letLeft

inline fun <T, NT, V> Pair<T, V>.letLeft(block: (T) -> NT): Pair<NT, V>(source)

Applies block on left part of pair.