Type Alias Shape

Source
pub type Shape = SmallVec<[usize; 8]>;
Expand description

The shape of an n-dimensional array

Aliased Typeยง

pub struct Shape { /* private fields */ }