Unwraps a the left value into an Option
unleft(right(1)).unwrapOr(2) === 2unleft(left(NaN)).unwrapOr(2) === NaN
Generated using TypeDoc
Unwraps a the left value into an Option
Example