Type Alias Range

Source
pub type Range = SmallVec<[AxisRange; 8]>;
Expand description

An n-dimensional selection range, used to slice an array

Aliased Typeยง

pub struct Range { /* private fields */ }