ZygoseitherswapOn this pageswap() swap<E, A>(ma): Either<A, E> Swaps the Left and Right values of an Either. Type Parametersโ E: Eโ The error type. A: Aโ The success type. Parametersโ ma: Either<E, A>โ The Either to swap. Returns: Either<A, E>โ The swapped Either. Sinceโ 2.0.0