pub fn intersects<T: Hash + Eq>(a: &HashSet<T>, b: &HashSet<T>) -> bool
Returns true if sets intersect (have any common elements).