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);