arrow-core-data / arrow.core / Either / Left / invoke
operator fun <A> ~~invoke~~(a: A): Either<A, Nothing> Deprecated: Deprecated, use the constructor instead
operator fun <A> ~~invoke~~(a: A):
Either
<A,
Nothing
>
Do you like Arrow?