makeIndex not working

Adam D. Ruppe destructionator at gmail.com
Sat Jul 2 20:01:43 PDT 2011


Johann MacDonagh wrote:
> Just the pointer is passed by value, referencing elements in the
> array mutate the source.

That's true, but when just moving through a range, the pointer
is the only thing that changes. The stuff it points to can still
be immutable.


More information about the Digitalmars-d-learn mailing list