Skip to main content

intersection

Function intersection 

Source
pub fn intersection<T: Eq + Hash + Copy>(
    first: &HashSet<T>,
    second: &HashSet<T>,
) -> bool