pub type Range = SmallVec<[AxisRange; 8]>;
An n-dimensional selection range, used to slice an array
struct Range { /* private fields */ }