On 6/19/15 6:31 AM, Andrei Alexandrescu wrote:
@disable void opAssign(SList);

i.e. once an SList is constructed, it'll always contain the same data.
If you need a modified list, you create another one.

Eh, I was unclear here. What I meant:

i.e. once a variable of type SList is constructed, it'll always contain the same data. If you need a modified list, you create another variable.


Andrei

Reply via email to