Named arguments

Andrey andrey at kabylin.ru
Tue Oct 24 17:30:27 UTC 2017


Hello, why there are no named arguments for functions like, for 
example, in kotlin i.e.:

> int sum(in int a, in int b) {
>     return a + b;
> }
>
> sum(a = 1, b = 2);


More information about the Digitalmars-d mailing list