Does D have too many features?

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue May 1 22:25:29 PDT 2012


On 5/2/12, Andrei Alexandrescu <SeeWebsiteForEmail at erdani.org> wrote:
> struct S { int x, y; }
> S s = { 1, 2 };
>
>  I think we should remove
> this feature.

But not this, right:

S s = { x : 1, y : 2 }; ?


More information about the Digitalmars-d mailing list