Skip to content

Commit aaafde6

Browse files
committed
Improve documentation
1 parent baec08b commit aaafde6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/docs/reference/dropped-features/limit22.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ The limits of 22 for the maximal number of parameters of function types
77
and the maximal number of fields in tuple types have been dropped.
88

99
Functions can now have an arbitrary number of
10-
parameters. Functions beyond Function22 are represented with a new trait
11-
`scala.FunctionXXL`.
10+
parameters. Functions beyond Function22 are erased to a new trait
11+
`scala.FunctionXXL` and tuples beyond Tuple22 are erased to a new trait `scala.TupleXXL`.
12+
Both of these are implemented using arrays.
1213

1314
Tuples can also have an arbitrary number of fields. Furthermore, they support generic operation such as concatenation and indexing.

0 commit comments

Comments
 (0)