Function vec_to_set

Source
fn vec_to_set<T: Copy + Hash + Eq + Ord>(v: &[T]) -> IndexSet<T>