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
Yeah, Github's issue searching system is pretty bad. I pretty much just manually go through them. I didn't remember that I actually started that issue I linked you to. It would have made it easier to search for.
It would be very nice to have negative indices on arrays, and mostly on ranges. For instance, x[5..-1] would be compiled to x.slice(5).
The text was updated successfully, but these errors were encountered: