GetType.name

Undocumented in source.
template GetType(T, TList...)
protected @nogc
static if(!(TList.length is 0))
enum name = TList[0];

Meta