arrow-optics / arrow.optics / PTraversal / pPair
@JvmStatic fun <A, B> pPair(): PTraversal<Pair<A, A>, Pair<B, B>, A, B>
@JvmStatic fun <A, B> pPair():
PTraversal
<
Pair
<A, A>,
<B, B>, A, B>
PTraversal to focus into the first and second value of a Pair
Do you like Arrow?