-
-
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
Implement axes
and iterate
#5
Comments
|
How do you think you can do a |
I'm just quoting @mbauman here https://discourse.julialang.org/t/offsetarrays-inbounds-and-confusion/81295/50 |
I suppose that |
Can't we just add that requirement to the AbstractArray docs? It seems like a complication and I'm not seeing much advantage. |
This package currently implements only the basic
AbstractArray
interface, but not the optional methods such asiterate
oraxes
, which leads to some funny (and wrong) results.The text was updated successfully, but these errors were encountered: