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