Type Alias ha_ndarray::Shape

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

The shape of an n-dimensional array

Aliased Type§

struct Shape { /* private fields */ }