Skip to main content

union_index_set

Function union_index_set 

Source
fn union_index_set<T: Clone + Eq + Hash>(
    set1: &IndexSet<T>,
    set2: &IndexSet<T>,
) -> IndexSet<T>