www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - traits for full identifier

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