Function rstats::vecvec::diff

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

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