Skip to content
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

Tuples not indexable using negative values #4714

Closed
docelic opened this issue Jul 15, 2017 · 0 comments
Closed

Tuples not indexable using negative values #4714

docelic opened this issue Jul 15, 2017 · 0 comments

Comments

@docelic
Copy link
Contributor

docelic commented Jul 15, 2017

Hello,

It seems tuples can't be indexed using negative values:

a = {1,2,3}
puts a[-1]

Produces:

Error in line 2: index out of bounds for Tuple(Int32, Int32, Int32) (-1 not in 0..2)

Code on play: https://play.crystal-lang.org/#/r/2d83

It would be useful if they allowed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant