-
Notifications
You must be signed in to change notification settings - Fork 1
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
Scales should support getindex
#18
Comments
(Arguably it should take any integer, positive or negative, i.e. it should act like a doubly infinite array.) |
Done in #21 |
Changed to be 1-based in latest
Does that seem reasonable to you @stevengj ? |
I'm confused, what are You surely want to preserve the property that |
Right, that's why I previously was using |
OK I think you're right, that would be better even if it doesn't preserve the symmetry. |
Scales should support
getindex
in addition to iteration.Proposed in #17
The text was updated successfully, but these errors were encountered: