Ranges of char and wchar

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Fri May 9 02:38:40 PDT 2014


On Thursday, 8 May 2014 at 22:27:11 UTC, Luís Marques wrote:
> (I guess that's one
> drawback of providing functional programming without
> immutability?)

Another issue is iteration might be not repeatable, especially if 
a closure accidentally slips into the range. In C# iteration is 
not destructing, in D one can save a range.


More information about the Digitalmars-d mailing list