pub type Strides = SmallVec<[usize; 8]>;
The strides used to access an n-dimensional array
pub struct Strides { /* private fields */ }