You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 SymbolsThe text was updated successfully, but these errors were encountered: