ZygoseitherswapSur cette 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