-
Enhancement
-
Resolution: Not an Issue
-
P4
-
None
-
None
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
I would love to see named parameters as next feature, and that is how they would look like:
Map.of(K k1, V1, K2, V2 etc.) <- this has limit of entries. Instead it could be infinity and less boilerplate using : maybe? key: value, key2: value2, or just something else.
I would love to see named parameters as next feature, and that is how they would look like:
Map.of(K k1, V1, K2, V2 etc.) <- this has limit of entries. Instead it could be infinity and less boilerplate using : maybe? key: value, key2: value2, or just something else.