I can't use Typedef because I'm inspecting types from sources I don't control.
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.)
- Get aliased type John Chapman via Digitalmars-d-learn
- Re: Get aliased type David Nadlinger via Digitalmars-d-learn
- Re: Get aliased type John Chapman via Digitalmars-d-learn
- Re: Get aliased ... Steven Schveighoffer via Digitalmars-d-learn
- Re: Get alia... Jonathan M Davis via Digitalmars-d-learn