mutableObject2IntMapOf

fun <K> mutableObject2IntMapOf(vararg pairs: Pair<K, Int>): Object2IntOpenHashMap<K>
fun <K> mutableObject2IntMapOf(): Object2IntOpenHashMap<K>