An important thing to know is that in Scala 3 you can also create tuples with this *: syntax: 1 *: "a" *: 2.2 *: EmptyTuple // (Int, String, Double) = (1,a ...
確定! 回上一頁