Two-tuples can also be created from, and converted to Kotlin Pair s: val twoTuple = (1 to "2").tuple() val twoPair = twoTuple.pair().
確定! 回上一頁