https://issues.dlang.org/show_bug.cgi?id=8424
--- Comment #1 from [email protected] --- The use of snprintf also causes other issues like purity/safety issues. I think we should roll our own native D implementation of these conversions so that it's usable in pure/safe/@nogc/ctfe. --
