swap method

Either<R, L> swap()

Implementation

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