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

Array Slicing #139

Open
Pencilcaseman opened this issue Jan 5, 2023 · 0 comments
Open

Array Slicing #139

Pencilcaseman opened this issue Jan 5, 2023 · 0 comments
Assignees
Labels
c++ Pull requests that update C++ code documentation Improvements or additions to documentation enhancement New feature or request Requires Rewrite A large rewrite will be required
Milestone

Comments

@Pencilcaseman
Copy link
Member

Is your feature request related to a problem? Please describe.
There is currently no way of accessing sub-arrays without manually iterating over them, which is sometimes difficult and inconvenient.

Describe the solution you'd like
Some sort of ArraySlice object that can be used as a strided view of an Array object.

Describe alternatives you've considered

  • Use a strided array to begin with? Doesn't feel optimal
  • Do not allow strided access, but allow for sub-array access (parent data pointer)
@Pencilcaseman Pencilcaseman self-assigned this Jan 5, 2023
@Pencilcaseman Pencilcaseman added documentation Improvements or additions to documentation enhancement New feature or request c++ Pull requests that update C++ code Requires Rewrite A large rewrite will be required labels Jan 5, 2023
@Pencilcaseman Pencilcaseman added this to the 0.6.0 milestone Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Pull requests that update C++ code documentation Improvements or additions to documentation enhancement New feature or request Requires Rewrite A large rewrite will be required
Projects
Status: July 2023
Status: No status
Development

No branches or pull requests

1 participant