isValueType

Returns true for all value types, false for all reference types. * For functions and delegates, returns false (is this the way it should be?).

bool
isValueType
(
const(TypeInfo) type
)

Meta