Non-immutable char[] doesn't change?

Salih Dincer salihdb at hotmail.com
Sat Aug 18 05:15:29 PDT 2012


This may be the solution...:)

   char[] b = cast(char[])"abc".dup; // ok, unique reference

Sorry...


More information about the Digitalmars-d-learn mailing list