vortex
vortex copied to clipboard
Consider Indices and Patches arrays
Similar to special-casing validity, we can special-case indices to something like this:
enum Indices {
Stride(...),
Ranges(...),
Array(ArrayRef),
}
This would then be passed as an argument to e.g. the TakeFn