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

Walter Bright newshound2 at digitalmars.com
Fri Jun 7 20:41:45 UTC 2019


On 6/7/2019 6:27 AM, Yuxuan Shui wrote:
> And how do you deal with:
> 
>      void func(Args...)(Args args);
> 
> ?


It doesn't make sense to use named parameters for arbitrary arguments of 
arbitrary types.


More information about the Digitalmars-d mailing list