describe

Describe a build in type

Examples

It should describe an int

enum result = describeType!int;
result.name.should.equal("int");

Meta