toKotlinPair

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

Returns this AndroidX Pair as a Kotlin Pair.


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

Returns this Android Pair as a Kotlin Pair.