pub type FastIndexSet<K> = IndexSet<K, BuildHasherDefault<FxHasher>>;Expand description
Insertion-order-preserving hash set (IndexSet<K>), but with the same
hasher as FastHashSet<K> (faster but not resilient to DoS attacks).
Aliased Typeยง
pub struct FastIndexSet<K> { /* private fields */ }