Either<L, R>.left constructor

const Either<L, R>.left(
  1. L value
)

Implementation

const factory Either.left(L value) = _Left<L, R>._;