iMapOf

fun <K, V> iMapOf(): Map<K, V>
fun <K, V> iMapOf(vararg pairs: MapEntry<K, V>): Map<K, V>