Converting an integer to a string with std.format.

Daniel Kozak kozzi11 at gmail.com
Mon Jan 7 09:57:45 UTC 2019


I would go with std.conv.to or std.conv.text :)

On Sun, Jan 6, 2019 at 10:55 PM Per Nordlöw via Digitalmars-d-learn <
digitalmars-d-learn at puremagic.com> wrote:

> When converting a single integer to a string is `formatValue`
> preferred over `formattedWrite` in terms of compilation and
> run-time performance?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20190107/4cd387df/attachment.html>


More information about the Digitalmars-d-learn mailing list