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