Skip to main content

big_intersection

Function big_intersection 

Source
pub fn big_intersection<T: Eq + Hash + Clone, I: IntoIterator<Item = OxiHashSet<T>>>(
    sets: I,
) -> OxiHashSet<T>
Expand description

Compute the intersection of a collection of sets (empty input → empty set).