arrow-core-data / arrow.core / mapOf

mapOf

fun <K, V> ~~mapOf~~(vararg tuple: Tuple2<K, V>): MapK<K, V> Deprecated: Tuple2 is deprecated in favor of Kotlin’s Pair

fun <K, V> ~~mapOf~~(pair: Tuple2<K, V>): Map<K, V> Deprecated: Tuple2 is deprecated in favor of Kotlin’s Pair

Do you like Arrow?

Arrow Org
<