pub type SliceInfo1 = SliceInfo<[SliceInfoElem; 1], Dim<[usize; 1]>, Dim<[usize; 1]>>;
Type alias for 1-D slices of NDArrays.
pub struct SliceInfo1 { /* private fields */ }