arrow-optics / arrow.optics / Getter / split
open infix fun <C, D> split(other: Getter<C, D>): Getter<Tuple2<S, C>, Tuple2<A, D>>
open infix fun <C, D> split(other:
Getter
<C, D>):
<Tuple2<S, C>, Tuple2<A, D>>
Pair two disjoint Getter
Do you like Arrow?