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