pub type Rank<const N: usize> = <[usize; N] as IntoShape>::IntoShape;
Array shape type with dynamically-sized dimensions.