isPrimitiveType.isPrimitiveType

Undocumented in source.
template isPrimitiveType(T)
static immutable
auto isPrimitiveType = is(Unqual!(T) == void) || is(Unqual!(T) == bool) || isIntegerType!(T) || isCharType!(T) || isFloatingPointType!(T);

Meta