SliceInfo1

Type Alias SliceInfo1 

Source
pub type SliceInfo1 = SliceInfo<[SliceInfoElem; 1], Dim<[usize; 1]>, Dim<[usize; 1]>>;
Expand description

Type alias for 1-D slices of NDArrays.

Aliased Typeยง

pub struct SliceInfo1 { /* private fields */ }