More Compile-Time Reflection

Adam D. Ruppe destructionator at gmail.com
Fri Feb 28 14:55:53 PST 2014


What specifically are you looking for? You can get names, 
overloads, parameters, return values, and attributes of 
struct/class methods with reflection today. See 
__traits(allMembers), etc., and the phobos std.traits module.


More information about the Digitalmars-d mailing list