-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
operate on tuples #17
Comments
Closing as unactionable until we can do more about this. |
goodmind Thanks for linking me! It looks like we're still a while off for this though -- I responded there to lay out some of the gaps. |
I guess I guess most of the cool stuff remains blocked on 6606, so I wonder what's unblocked now. |
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.The text was updated successfully, but these errors were encountered: