ZygoseitherSur cette pageEither<E, A> Either<E, A> = Left<E> | Right<A> Either type representing a value that can be either Left (error) or Right (success). Type Parameters E: E The error type. A: A The success type. Since 2.0.0