DIP 1030--Named Arguments--Community Review Round 1 Feedback

Basile B. b2.temp at gmx.com
Fri Feb 7 00:32:26 UTC 2020


On Thursday, 6 February 2020 at 20:31:15 UTC, Walter Bright wrote:
> On 2/6/2020 3:29 AM, Basile B. wrote:
>> What are the semantics on functions without named parameters ?
>
> They don't have names, so any attempt to apply a name to them 
> would be "no match".

We agree. But Maybe the specs could say that this would only be 
possible by specifying a  "explictly named parameters". Or maybe 
that functions containing unamed parameters are not eligible for 
this new call syntax.


More information about the Digitalmars-d mailing list