April 18, 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