Skip to content

Array Slicing #139

@Pencilcaseman

Description

@Pencilcaseman

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)

Metadata

Metadata

Assignees

Labels

Requires RewriteA large rewrite will be requiredc++Pull requests that update C++ codedocumentationImprovements or additions to documentationenhancementNew feature or request

Type

No type

Projects

Status

July 2023

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions