Skip to main content

set_equal

Function set_equal 

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

Check whether two sets have exactly the same elements (alias for ==).