Escaping the Tyranny of the GC: std.rcstring, first blood

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Mon Sep 15 08:11:47 PDT 2014


On Monday, 15 September 2014 at 14:44:53 UTC, Andrei Alexandrescu 
wrote:
> For now I was aiming at copying string's semantics.

Then range primitives should move to std.range or where they are 
now. By default string iterates over its array elements, which is 
char in this case.


More information about the Digitalmars-d mailing list