Skip to main content

DSlice

Type Alias DSlice 

Source
pub type DSlice<T, const N: usize, L = Dense> = Slice<T, Rank<N>, L>;
Expand description

Multidimensional array slice with dynamically-sized dimensions.

Aliased Typeยง

pub struct DSlice<T, const N: usize, L = Dense> { /* private fields */ }