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