We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baec08b commit aaafde6Copy full SHA for aaafde6
docs/docs/reference/dropped-features/limit22.md
@@ -7,7 +7,8 @@ The limits of 22 for the maximal number of parameters of function types
7
and the maximal number of fields in tuple types have been dropped.
8
9
Functions can now have an arbitrary number of
10
-parameters. Functions beyond Function22 are represented with a new trait
11
-`scala.FunctionXXL`.
+parameters. Functions beyond Function22 are erased to a new trait
+`scala.FunctionXXL` and tuples beyond Tuple22 are erased to a new trait `scala.TupleXXL`.
12
+Both of these are implemented using arrays.
13
14
Tuples can also have an arbitrary number of fields. Furthermore, they support generic operation such as concatenation and indexing.
0 commit comments