On Monday, 9 October 2023 at 16:55:41 UTC, rempas wrote:
On Monday, 9 October 2023 at 16:53:55 UTC, mw wrote:but you `import std.stdio;`? Or copy the std/conv.d over to your build,or copy / write a toString(int) function yourself, which is compile-time callable.I do on that example just to use "write". It wouldn't be necessary, but I just included it. My normal project does not use Phobos.
You could just add your own int to string I guess?