Skip to main content

every

Function every 

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

Returns true if every element in a is also in b.