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

Elronnd elronnd at elronnd.net
Sun Feb 17 18:23:13 UTC 2019


I might be misunderstanding something, but with this code:

int add(int x, int y);
@named:
int add(int c, int d);

What happens if I do add(5, 6)?  Won't that be ambiguous?


More information about the Digitalmars-d mailing list