https://issues.dlang.org/show_bug.cgi?id=24550
Paul Backus <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Paul Backus <[email protected]> --- Should we really be calling this "formatted" write when it doesn't use a format string? Seems like it would make more sense with a different name; for example: sink.write(i"Hello $(world)"); --
