Associates a tuple of three elements to the right.
The nested tuple [[a, b], c].
[[a, b], c]
The right-associated tuple [a, [b, c]].
[a, [b, c]]
Generated using TypeDoc
Associates a tuple of three elements to the right.