Tuple literal syntax + Tuple assignment

bearophile bearophileHUGS at lycos.com
Thu Oct 7 12:48:19 PDT 2010


kenji hara:

> My proposals are:
> 1. We should name definitions of structures.
>  - "Structure that all of fields have name" shuld be called 'Struct'.
>  - "Structure that some of fields have name" shuld be called 'Odd struct'.
>  - "Structure that none of fields have name" shuld be called 'Record'.

We already have structs, TypeTuples and Tuples, I'd like to reduce them to 2 types, not extend them to 4 :-)

Bye,
bearophile


More information about the Digitalmars-d mailing list