The string representation of a type. Non-alias parameter overload.
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.