Tuple DIP

Timothee Cour thelastmammoth at gmail.com
Sat Jan 13 18:07:11 UTC 2018


https://github.com/tgehr/DIPs/blob/tuple-syntax/DIPs/DIP1xxx-tg.md#proposal-4-unpacking-assignments
```
(a, b) = t;
// shouldn't it be:
auto (a, b) = t;
```
?




On Sat, Jan 13, 2018 at 9:52 AM, Mengu via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
> On Friday, 12 January 2018 at 22:44:48 UTC, Timon Gehr wrote:
>>
>> As promised [1], I have started setting up a DIP to improve tuple
>> ergonomics in D:
>>
>> [...]
>
>
> how do we vote for / support this DIP?


More information about the Digitalmars-d mailing list