Constructs an Either holding a Left<E> value, usually representing a failure.
Either
Left<E>
The value to wrap in a Left
Left
A Left containing the value
Constructs an
Eitherholding aLeft<E>value, usually representing a failure.