> You could try 'identifier.stringof'. But I don't know if that'll give you > what you want, and .stringof does have a history of being buggy, > poorly-defined, and frequently changing. Thanks, but stringof gives unqualified name as well. Are foo.stringof and __traits(identifier, foo) the same thing?