Compact syntax for combining `Tuple` and `NamedTuple`: `(1, 2; x=2, y=3) == ((1, 2), (x=2, y=3))`

Yeah, that’s an unfortunate syntax conflict. I regret making (ex; ex) a chained expression syntax. Not useful enough to be worth it.

1 Like