is char[] faster than string?

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Apr 6 06:20:52 PDT 2017


On Wednesday, 5 April 2017 at 21:58:16 UTC, Inquie wrote:
> What I am looking for is something like StringBuilder in C#.

If you want it to not copy data on expand, there's nothing like 
that in D yet. I wrote one for myself :)


More information about the Digitalmars-d-learn mailing list