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
To protect VirtualArrays from accidentally being read when viewed from above.
Quantified by start, stride, length (because that's more easily composable). Defers to IndexedArray when sliced by an array.
start
stride
length
IndexedArray
Probably need to update SlicedArray wiki page.
The text was updated successfully, but these errors were encountered:
After a long conversation with Nick, we decided that this functionality should become part of the VirtualArray. I'm updating this on #57.
Sorry, something went wrong.
jpivarski
No branches or pull requests
To protect VirtualArrays from accidentally being read when viewed from above.
Quantified by
start
,stride
,length
(because that's more easily composable). Defers toIndexedArray
when sliced by an array.Probably need to update SlicedArray wiki page.
The text was updated successfully, but these errors were encountered: