The string representation of a type. Non-alias parameter overload.
Should logically be called stringOf, but it's meant to make it easy to get the string types of a mixture of types and symbols.
Type to get the string representation of.
The string representation of the type.
static struct Foo {} static struct Bar {} assert(stringOfTypeOf!Foo == "Foo"); assert(stringOfTypeOf!Bar == "Bar");
The string representation of a type. Non-alias parameter overload.
Should logically be called stringOf, but it's meant to make it easy to get the string types of a mixture of types and symbols.