pub type Shape = SmallVec<[usize; 8]>;
The shape of an n-dimensional array
pub struct Shape { /* private fields */ }