Persistent list

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Sun Nov 15 09:38:10 PST 2015


On 11/15/2015 10:09 AM, Jonathan M Davis wrote:
> const in D guarantees that the object will not be mutated via that
> reference regardless of what that reference refers to.

We need to change that if we want things like composable containers that 
work with const. And I think it's a good thing to want. -- Andrei


More information about the Digitalmars-d mailing list