mapOf

open fun <K, V> mapOf(entries: Array<Duo<K, V>>): Map<K, V>

Creates a mutable Map containing the items specified.