arrow-core-data / arrow.core / kotlin.collections.Map.Entry / toTuple2
fun <K, V> Entry<K, V>.~~toTuple2~~(): Tuple2<K, V> Deprecated: Tuple2 is deprecated in favor of Kotlin’s Pair
fun <K, V>
Entry
<K, V>.~~toTuple2~~():
Tuple2
<K, V>
Do you like Arrow?