pairPFirst

fun <A, B, R> pairPFirst(): PLens<Pair<A, B>, Pair<R, B>, A, R>(source)

PLens to focus into the first value of a Pair