traits for full identifier

Benjamin Thaut code at benjamin-thaut.de
Mon Apr 18 03:36:14 PDT 2011


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


More information about the Digitalmars-d-learn mailing list