associateIndexedTo

fun <T, K, V, M : MutableMap<in K, in V>> Iterable<T>.associateIndexedTo(destination: M, transform: (Int, T) -> Pair<K, V>): M