[Issue 24550] formattedWrite should support string interpolation
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 20 20:37:16 UTC 2024
https://issues.dlang.org/show_bug.cgi?id=24550
Paul Backus <snarwin+bugzilla at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |snarwin+bugzilla at gmail.com
--- Comment #2 from Paul Backus <snarwin+bugzilla at gmail.com> ---
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)");
--
More information about the Digitalmars-d-bugs
mailing list