pairs

fun <K, V> Map<K, Collection<V>>.pairs(): Collection<Pair<K, V>>

TODO.

Receiver

.

Return

.