Function indxvec::merge::diff

source · []
pub fn diff<T>(v1: &[T], v2: &[T]) -> Vec<T> where
    T: PartialOrd + Copy
Expand description

Sets difference: deleting elements of the second from the first. Two ascending explicitly sorted generic vectors.