arrow-core-data / arrow.core / kotlin.Pair / toTuple2
fun <A, B> Pair<A, B>.~~toTuple2~~(): Tuple2<A, B> Deprecated: Tuple2 is deprecated in favor of Kotlin’s Pair. Please use Pair values instead.
fun <A, B>
Pair
<A, B>.~~toTuple2~~():
Tuple2
<A, B>
Do you like Arrow?