associateIdentityIndexed

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