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

Yuxuan Shui yshuiv7 at gmail.com
Fri Jun 7 13:25:21 UTC 2019


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?




More information about the Digitalmars-d mailing list