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
Though, it still won't work well if the array size will change.
Edit: maybe it should just error out when the array size changes (plus mentioning in the docs) because snippets do not support resting anyway.
Describe the problem
Rest args and spreads are not supported, the latter of which has a specific error message:
Is there a reason why these patterns are not supported?
REPL
REPL
Describe the proposed solution
Support rest/spread analogous to how they work with functions.
Importance
nice to have
The text was updated successfully, but these errors were encountered: