arrow-optics / arrow.optics / Getter / zip
open infix fun <C> zip(other: Getter<S, C>): Getter<S, Tuple2<A, C>>
open infix fun <C> zip(other:
Getter
<S, C>):
<S, Tuple2<A, C>>
Zip two Getter optics with the same source S
Do you like Arrow?