RFC: Named Arguments

Project Governance
Author
Target
8.0
Named arguments allow passing arguments to a function based on the parameter name, rather than the parameter position. This makes the meaning of the argument se...