Thread overview
GC-less string formatting
Oct 20, 2020
Per Nordlöw
Oct 20, 2020
rikki cattermole
Oct 20, 2020
drug
October 20, 2020
If I want GC-free string formatting and outputting to stdout/stderr what packages should I prefer at code.dlang.org?
October 20, 2020
https://dlang.org/phobos/std_format.html#formattedWrite

Uses GC for exception (so cannot be @nogc yet), but otherwise it should be GC free.
October 20, 2020
On 10/20/20 9:42 AM, Per Nordlöw wrote:
> If I want GC-free string formatting and outputting to stdout/stderr what packages should I prefer at code.dlang.org?

Probably https://code.dlang.org/packages/nogc