DIP 1019--Named Arguments Lite--Community Review Round 2

Kagamin spam at here.lot
Sat Jun 8 10:18:21 UTC 2019


On Friday, 7 June 2019 at 13:27:12 UTC, Yuxuan Shui wrote:
> On Thursday, 6 June 2019 at 20:04:15 UTC, Walter Bright wrote:
>> I'll reiterate what I wrote for DIP1020 
>> https://digitalmars.com/d/archives/digitalmars/D/DIP_1020--Named_Parameters--Community_Review_Round_1_325299.html#N325627
>>
>
> And how do you deal with:
>
>     void func(Args...)(Args args);
>
> ?

Something like func(args:(1,2,3));
`Name: TupleLiteral`


More information about the Digitalmars-d mailing list