need clarification: will typedef, C struct initialization, etc.

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Mon May 31 13:39:00 PDT 2010


On 05/31/2010 02:14 PM, bearophile wrote:
> Trass3r:
>> Nobody got an answer?
>
> My opinion:
> - complex types will be removed. And as far as I know complex number literals too will be removed from D (this is less nice).
> - I am not sure regarding C-style struct initializations. They are useful to save some typing if you have to for example to put a long array of struct literals in your source code. I presume they will be removed.
> - Typedef has some limitations, but I think it will be kept because it is useful.

typedef is gone.

Andrei


More information about the Digitalmars-d mailing list