https://issues.dlang.org/show_bug.cgi?id=19124
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Nick Treleaven <[email protected]> --- > It would also allow to get it to!string, format working at CTFE > for float and double Stefan Koch has ported "a short and efficient implementation of the grisu2 algorithm" to CTFEable D code: https://forum.dlang.org/post/[email protected] He says "ryu however looks less fast for ctfe purposes": https://forum.dlang.org/post/[email protected] --
