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