Closed
Description
I think it would be useful if on this page: Destructuring Tuple it mentioned the "and the rest" operator.
For example: let (a, b, ..) = (0, 1, 2, 3, 4);
is possible, but the only case I could find something like that was in Appendix B - Operators and Symbols
Metadata
Metadata
Assignees
Labels
No labels