pub type FxIndexSet<T> = IndexSet<T, BuildHasherDefault<FxHasher>>;Expand description
An insertion-ordered hash set.
Aliased Typeยง
pub struct FxIndexSet<T> { /* private fields */ }pub type FxIndexSet<T> = IndexSet<T, BuildHasherDefault<FxHasher>>;An insertion-ordered hash set.
pub struct FxIndexSet<T> { /* private fields */ }