Trait vortex::compute::SliceFn

source ·
pub trait SliceFn {
    // Required method
    fn slice(&self, start: usize, stop: usize) -> VortexResult<Array>;
}
Expand description

Limit array to start…stop range

Required Methods§

source

fn slice(&self, start: usize, stop: usize) -> VortexResult<Array>

Implementors§