arrow-core-data / arrow.core / Either / left
fun <L> ~~left~~(left: L): Either<L, Nothing> Deprecated: This constructor is duplicated with Either.Left. Use Either.Left instead.
fun <L> ~~left~~(left: L):
Either
<L,
Nothing
>
Do you like Arrow?