swap method

Either<R, L> swap()
inherited

Implementation

Either<R, L> swap() => fold(right, left);