Tuples, CTFE, and Sliding Template Arguments

zjh fqbqrr at 163.com
Sat Jan 13 02:25:22 UTC 2024


On Saturday, 13 January 2024 at 02:14:55 UTC, zjh wrote:
  `attribute
> dictionary`. `Functions/variables/etc...` can all have an 
> `attribute dictionary`.
>


For things like `named parameters`, as long as there is an 
`attribute dictionary`, it is very simple to implement named 
parameters because we can give each parameter a position. With 
named parameters, the value can be directly set through the 
mapping of `name and position`.



More information about the Digitalmars-d mailing list