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