associateIdentity

fun <T, K, V> Iterable<T>.associateIdentity(transform: (T) -> Pair<K, V>): MutableMap<K, V>