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