Interesting work on packing tuple layout

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Jun 15 06:08:05 UTC 2020


On Monday, 15 June 2020 at 06:06:40 UTC, Andrej Mitrovic wrote:
> Currently Tuple supports indexing via `tuple[2]` => gets you 
> the third value with its own type.

It does this via `alias fields this;` basically.


More information about the Digitalmars-d-announce mailing list