toAndroidPair

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

Returns this Kotlin Pair as an Android Pair.