https://issues.dlang.org/show_bug.cgi?id=12767
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> --- Interesting, I never thought about returning static arrays. Currently as a workaround you could implement a toString that takes a format string and an output range. --
