On Nov 30, 2007 10:58 AM, Walter Bright <newshound1 at digitalmars.com> wrote: > It's much simpler: > > const(S) s; // can rebind s > const S s; // cannot rebind s That's not simple. S and (S) should be the same thing.