ev-br/sparr

allow indexing with slices

Opened this issue · 0 comments

ev-br commented

Allow for a[1:3, 2] with dimensionality fixed for now.
This apparently requires the notion of a 'view', arrays which do not own their data, and, on a technical level, strided iterators.