Tuples a first class feature, manu's new unary operator and named arguments

Walter Bright newshound2 at digitalmars.com
Sat May 9 06:54:40 UTC 2020


On 5/8/2020 11:37 PM, Jacob Carlborg wrote:
> For first class support for tuples it would be really nice to support named 
> elements in the tuple: `(foo: 1, bar: 2, baz: 3)`, which `AliasSeq` does not 
> support.

That would be named arguments for templates.


More information about the Digitalmars-d mailing list