digitalmars.D - Re: Tuple literal syntax + Tuple assignment
- bearophile (4/9) Oct 07 2010 We already have structs, TypeTuples and Tuples, I'd like to reduce them ...
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
Oct 07 2010