describe

Describe a build in type

Examples

It should describe a function

1 void test() { }
2 
3 enum result = describe!(introspection.template_);
4 
5 result.name.should.equal("module template_");

Meta