Get aliased type

John Chapman johnch_atms at hotmail.com
Tue Jan 2 11:42:49 UTC 2018


Because an alias of a type is just another name for the same 
thing you can't test if they're different. I wondered if there 
was a way to get the aliased name, perhaps via traits? (.stringof 
returns the original type.)

I can't use Typedef because I'm inspecting types from sources I 
don't control.


More information about the Digitalmars-d-learn mailing list