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