On Monday, 25 March 2013 at 16:03:38 UTC, Jacob Carlborg wrote:
[cut]
Add basic support for named parameters.
This will only allow to add the name of the parameter
when calling a function. It doesn't not support passing
the arguments out of order.
All credit goes to Michel Fortin.
Interesting, the "doesn't not support passing the arguments out
of order." can be seen either as a (temporary or not)
implementation limitation OR as a feature.
The things to check is how this feature would work with optional
parameters..
renoX