eliminating std.range.SListRange?
Steven Schveighoffer
schveiguy at yahoo.com
Tue Jun 1 06:45:24 PDT 2010
On Tue, 01 Jun 2010 09:43:55 -0400, Steven Schveighoffer
<schveiguy at yahoo.com> wrote:
> And even without this, I can stop using r after the first line. I have
> a better chance of not using r in a non-heap way in that case.
Note, this is similar to how immutable data must be created mutable, cast
to immutable, and then you must forget the original mutable reference.
-Steve
More information about the Digitalmars-d
mailing list