pub fn every<T: Hash + Eq>(a: &HashSet<T>, b: &HashSet<T>) -> bool
Returns true if every element in a is also in b.
a
b