toPair

fun <T1, T2> Arity2<T1, T2>.toPair(): Pair<T1, T2>

Deprecated

Use Scala tuples instead.

Replace with

Returns a new Pair based on the arguments in the current Arity2.