"Janice Caron" <caron800 at googlemail.com> wrote in message
news:mailman.277.1190282755.16939.digitalmars-d at puremagic.com...
> Please could we let
>
> this(auto n) {}
> T n;
>
> be syntactic sugar for
>
> this(T n)
> {
> this.n = n;
> }
> T n;
I liek!