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