Discussion Thread: DIP 1030--Named Arguments--Final Review

Timon Gehr timon.gehr at gmx.ch
Sun May 17 13:25:35 UTC 2020


On 14.05.20 07:57, Walter Bright wrote:
> 
> Besides, if you really don't want your users to use the parameter names,
> 
>      int foo(int _dkfjjiufheuehgthu, long _yer_mother_was_a_hamster, 
> double _I_did_not_read_the_documentation);
> 
> and I bet they'll get the message.

Or you can just use `int foo(int, long, double);`.


More information about the Digitalmars-d mailing list