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