DIP 1019--Named Arguments Lite--Community Review Round 1

Basile B. b2.temp at gmx.com
Sat Feb 16 12:12:01 UTC 2019


On Friday, 15 February 2019 at 21:05:38 UTC, Golden Rockefeller 
wrote:
> As another alternative, named parameters can be implemented 
> using Tuple/tuple from the Phobos Library.

Tuples exist as an internal compiler type. The thing is just that 
there's no syntax for it. So what you think is a library thing is 
actually mostly compiler one.
Maybe the tuple DIP should be handled before the named parameter 
one maybe ?


More information about the Digitalmars-d mailing list