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