Skip to main content

set_intersection

Function set_intersection 

pub fn set_intersection<T>(left: &[T], right: &[T]) -> Vec<T>
where T: Clone + PartialEq,
Expand description

Returns the unique members of left ∩ right in the order they first appear in left.