iMutableMapOf

fun <K, V> iMutableMapOf(vararg pairs: MapEntry<K, V>): MutableMap<K, V>