DIP 1020--Named Parameters--Community Review Round 1

kinke noone at nowhere.com
Sun Mar 31 13:11:48 UTC 2019


> void func(int a, int b, <bool o>);

I find the syntax terrible. IMO, any extra syntax in the 
signature isn't acceptable; it should be call-sites-specific 
only, i.e., C#-style.


More information about the Digitalmars-d mailing list