I got caught off guard by:
[1, 2, 3] -- [1, 2, 3] -- [1, 2, 3]
[1, 2, 3]
After checking, the docs spell it out neatly once I starting looking for an explanation
(-- is right-associative).
I got caught off guard by:
[1, 2, 3] -- [1, 2, 3] -- [1, 2, 3]
[1, 2, 3]
After checking, the docs spell it out neatly once I starting looking for an explanation
(-- is right-associative).