assert(format!"%#,a"(0.0) == "0x0.p+0");
@berni44 created dlang/phobos pull request #8005 "std.format: Make formatting with %a 100% @nogc." fixing this issue: - Fix Issue 21838 - std.format: Grouping garbles up %a output https://github.com/dlang/phobos/pull/8005
dlang/phobos pull request #8005 "std.format: Make formatting with %a 100% @nogc." was merged into master: - 088b589352604c357584e0756d87513afdb42207 by berni44: Fix Issue 21838 - std.format: Grouping garbles up %a output https://github.com/dlang/phobos/pull/8005