intMapOf

fun <T> intMapOf(vararg pairs: Pair<Int, T>): IntMap<T>