pub trait SliceFn {
// Required method
fn slice(&self, start: usize, stop: usize) -> VortexResult<ArrayData>;
}
Expand description
Limit array to start…stop range
pub trait SliceFn {
// Required method
fn slice(&self, start: usize, stop: usize) -> VortexResult<ArrayData>;
}
Limit array to start…stop range