Skip to main content

intersects

Function intersects 

Source
pub fn intersects<T: Hash + Eq>(a: &HashSet<T>, b: &HashSet<T>) -> bool
Expand description

Returns true if sets intersect (have any common elements).