We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be cool to add BackwardsIndex support for vectors. For example:
let v = makeVector(5, proc(i: int): float64 = (3 * i - 2).float64) assert v[^5] == -2.0
The text was updated successfully, but these errors were encountered:
fix issues andreaferretti#43, add backwardindex for vector
8033f79
Merge pull request #44 from ippaveln/master
670ef55
fix issues #43, add backwardindex for vector
No branches or pull requests
It would be cool to add BackwardsIndex support for vectors.
For example:
The text was updated successfully, but these errors were encountered: