core-ktx / androidx.util / android.util.Pair / toKotlinPair

toKotlinPair

inline fun <F, S> Pair<F, S>.toKotlinPair(): Pair<F, S>

Returns this Pair as a kotlin.Pair.