https://issues.dlang.org/show_bug.cgi?id=9029
Ethan Watson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from Ethan Watson <[email protected]> --- As I flashed up on the screen at DConf: enum NameOf( alias Symbol ) = Symbol.stringof; pragma( msg, NameOf!int ); --
