https://issues.dlang.org/show_bug.cgi?id=20950
Issue ID: 20950
Summary: std.conv.text shouldn't needlessly allocate
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
Since it's using an appender, it seems strange that it goes via the
std.conv.to.
--
