arrow-optics / arrow.optics / PIso / second
open fun <C> second(): PIso<Tuple2<C, S>, Tuple2<C, T>, Tuple2<C, A>, Tuple2<C, B>>
open fun <C> second():
PIso
<Tuple2<C, S>, Tuple2<C, T>, Tuple2<C, A>, Tuple2<C, B>>
Create a pair of a type C and the PIso
Do you like Arrow?