pub type Coord = Vec<usize>;
Coordinate vector used throughout reshape logic. Semantically represents a point in multidimensional space.
pub struct Coord { /* private fields */ }