util.traits

Compile time traits.

template isPrimitive(T)

Determine if T is a "primitive" type, i.e. a bool, builtin numeric or string type.

pure nothrow string[] tupleToStrings(Types...)();

Convert a type tuple to an array of strings with its types' names.