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