[][src]Trait math::traits::Slicing

pub trait Slicing<I, O> {
    fn slice(self, input: I) -> O;
}

Required methods

fn slice(self, input: I) -> O

Loading content...

Implementations on Foreign Types

impl<E, '_> Slicing<&'_ ContiguousIntegerSet<E>, Option<ContiguousIntegerSet<E>>> for Range<usize> where
    E: Integer + Copy + FromPrimitive + ToPrimitive
[src]

impl<E, '_> Slicing<&'_ OrderedIntegerSet<E>, OrderedIntegerSet<E>> for Range<usize> where
    E: Integer + Copy + FromPrimitive + ToPrimitive + Debug
[src]

fn slice(self, input: &OrderedIntegerSet<E>) -> OrderedIntegerSet<E>[src]

the end index is exclusive

Loading content...

Implementors

Loading content...