IsPrimitiveValueType.IsPrimitiveValueType

Undocumented in source.
template IsPrimitiveValueType(T)
static
enum IsPrimitiveValueType = is(T : real) || is(T : creal) || is(T : dchar);

Meta