pub type Axes = SmallVec<[usize; 8]>;
A list of n-dimensional array axes
struct Axes { /* private fields */ }