identityHashMapOf

fun <K, V> identityHashMapOf(vararg pairs: Pair<K, V>): IdentityHashMap<K, V>