right

fun <R> R.right(): Either<Nothing, R>

Wraps R into a Either.Right.

Important: This is a Public Preview API. It may be changed or removed at any time.