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