Doc Comments / Phobos /
Std Format
Difference (previous author) (Change, Edit, normal page display)
Changed: 1c1,19
Describe the new page here. |
= std.format = == Comments = Add your comments here... === <n>StringWriter?</n> (D 2.x) === From ![]() == Links = * Corresponding page in the D Specification: ** ![]() ** ![]() * ![]() |
std.format
Comments
Add your comments here...
StringWriter (D 2.x)
From Issue:1919#c1 by Andrei Alexandrescu: "Phobos does not have a streaming interface yet. I intended StringWriter as an intermediate solution for the new implementation of writef*. When Phobos will adopt a full-fledged streaming solution, StringWriter will be absorbed into it. For now, please consider StringWriter undocumented and not for general use. (I had to make it public due to a compiler bug.)"
Links
- Corresponding page in the D Specification:
WritefLn Float Example