pub fn difference<T: Hash + Eq + Clone>( a: &HashSet<T>, b: &HashSet<T>, ) -> HashSet<T>
Returns the difference of two sets (elements in a but not in b).
a
b