Type Alias ha_ndarray::Strides

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

The strides used to access an n-dimensional array

Aliased Type§

struct Strides { /* private fields */ }