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