buildKoneContextualMap
inline fun <Key, Value> buildKoneContextualMap(keyType: SuppliedType<Key>, builderAction: KoneMutableMap<Key, Value>.() -> Unit): KoneMap<Key, Value>(source)
inline fun <Key, Value> buildKoneContextualMap(initialCapacity: UInt, keyType: SuppliedType<Key>, builderAction: KoneMutableMap<Key, Value>.() -> Unit): KoneMap<Key, Value>(source)