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
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
In a strict function if all accesses of the rest param is
rest[expr]andrest.lengthwe could generate code that only referencesarguments.For example:
Today we compile that into:
But we could compile it into: