swap method

Tuple<B, A> swap()
inherited

Implementation

Tuple<B, A> swap() => Tuple(right, left);