Phobos' std.conv.to-conversion from enum to string doesn't scale beyond hundreds of enumerators

Per Nordlöw per.nordlow at gmail.com
Sun Jun 24 21:48:17 UTC 2018


On Sunday, 24 June 2018 at 21:47:14 UTC, Per Nordlöw wrote:
> Yes, I thought about that too, but the problem is that 
> std.conv.to is used in std.stdio and I don't want to remember 
> to always to do
>
>     writeln("Some text:", x.to!string);

Or rather

      writeln("Some text:", x.toString);



More information about the Digitalmars-d mailing list