describe

Describe a build in type

Examples

It should describe a function

void test() { }

enum result = describe!(introspection.template_);

result.name.should.equal("module template_");

Meta