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

Kagamin spam at here.lot
Sat Jun 8 10:14:58 UTC 2019


On Friday, 7 June 2019 at 13:25:21 UTC, Yuxuan Shui wrote:
> On Wednesday, 5 June 2019 at 15:41:08 UTC, Kagamin wrote:
>> Remove the variadic functions section. That's a tuple 
>> parameter, not variadic, and should use (future) tuple syntax.
>
> Are you suggesting we will be forced to call
>
>     void func(Args...)(int, Args);
>
> Like this:
>
>     func(1, (1,2,3));
>
> In the future?

I mean syntax of named arguments, syntax of positional arguments 
doesn't change.


More information about the Digitalmars-d mailing list