digitalmars.D.learn - traits for full identifier
- Benjamin Thaut (9/9) Apr 18 2011 Hello,
Hello, is there any way to get the full identifier of a type. E.g. module.submodule.typename instead of classname I tried typename.stringof and __traits(identifier,typename) so far. -- Kind Regards Benjamin Thaut
Apr 18 2011