On 11/30/07, Denton Cockburn <diboss at hotmail.com> wrote: > > const X x; // all const > > const(X) x; // data const, ref mutable > > I like this, nice and clear. I don't think I'll ever like any scheme in which const(X) != const X.