What is the simplest way of doing @nogc string concatenation?

Guillaume Piolat via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Nov 4 07:55:27 PDT 2016


On Thursday, 3 November 2016 at 18:54:14 UTC, Gary Willoughby 
wrote:
> What is the simplest way of doing @nogc string concatenation?

I use sprintf + zero-terminated strings (or a RAII struct to 
convert slices to ZT strings).


More information about the Digitalmars-d-learn mailing list