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 Feb 19, 2025. It is now read-only.
Array-like type operations are now clunky because we can't operate on tuples until microsoft/TypeScript#5453.
When resolved, ditch much of the array module? Length could just use ['length'], for one.
Currently tuple module is better with tuples (known length) but essentially neither approach is perfect.