DIP 1020--Named Parameters--Community Review Round 1

Seb seb at wilzba.ch
Tue Apr 9 19:46:47 UTC 2019


On Monday, 1 April 2019 at 11:39:50 UTC, rikki cattermole wrote:
> As the author of this DIP, I have created a list of actionable 
> items I expect to include in the next iteration of the DIP.
>
> [...]

BTW are you aware of the recently accepted PEP 570 for Python [1]?

It allows library authors optionally to control exactly which 
parameters are positional and which are keyword-only and which 
are both.

[1] https://www.python.org/dev/peps/pep-0570/


More information about the Digitalmars-d mailing list