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

Intersects two ascending explicitly sorted generic vectors.