arrow-optics / arrow.optics / PIso / right
open fun <C> right(): PIso<Either<C, S>, Either<C, T>, Either<C, A>, Either<C, B>>
open fun <C> right():
PIso
<Either<C, S>, Either<C, T>, Either<C, A>, Either<C, B>>
Create a sum of a type C and the PIso
Do you like Arrow?