qIsTrivial.qIsTrivial

Undocumented in source.
template qIsTrivial(T)
enum qIsTrivial = is(T == enum) || is_integral!T;

Meta