pub type ArrayShape = Vec<u64>;
An array shape. Dimensions may be zero.
pub struct ArrayShape { /* private fields */ }