pairWithLatestFrom

fun <A, B : Any> Flow<A>.pairWithLatestFrom(other: Flow<B>): Flow<Pair<A, B>>