Steven Schveighoffer wrote: > 4. Tail-const class references (you may say this isn't a bug, but its a huge > hole that needs to be fixed for D const to be useful). Did you try Rebindable in std.typecons? http://www.digitalmars.com/d/2.0/phobos/std_typecons.html Andrei