Skip to main content

sorted_intersection

Function sorted_intersection 

Source
pub fn sorted_intersection<T: Ord + Clone>(a: &[T], b: &[T]) -> Vec<T>
Expand description

Compute the sorted intersection of two sorted slices.