zip

open infix fun <C> zip(other: Getter<S, C>): Getter<S, Pair<A, C>>(source)

Zip two Getter optics with the same source S