On 11/3/16 2:54 PM, Gary Willoughby wrote:
What is the simplest way of doing @nogc string concatenation?
Where does it go? For instance, this should work: auto newstr = "hello, ".chain("world"); -Steve
Steven Schveighoffer via Digitalmars-d-learn Thu, 03 Nov 2016 12:15:45 -0700
On 11/3/16 2:54 PM, Gary Willoughby wrote:
What is the simplest way of doing @nogc string concatenation?
Where does it go? For instance, this should work: auto newstr = "hello, ".chain("world"); -Steve