pub type IndexSet<T> = IndexSet<T, BuildHasherDefault<FxHasher>>;
pub struct IndexSet<T> { /* private fields */ }
self.iter().cloned().collect::<Vec<_>>()