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.