Relaxing the definition of isSomeString and isNarrowString
Andrei Alexandrescu via Digitalmars-d
digitalmars-d at puremagic.com
Sun Aug 24 11:01:47 PDT 2014
On 8/24/14, 6:20 AM, "Marc Schütz" <schuetzm at gmx.net>" wrote:
> But I'm not sure std.container.Array really is refcounted. The
> documentation doesn't say so, and it shows neither a postblit nor an
> opAssign.
It uses RefCounted:
https://github.com/D-Programming-Language/phobos/blob/master/std/container/array.d#L169
Andrei
More information about the Digitalmars-d
mailing list