Skip to main content

FxIndexSet

Type Alias FxIndexSet 

Source
pub type FxIndexSet<T> = IndexSet<T, BuildHasherDefault<FxHasher>>;
Expand description

An insertion-ordered hash set.

Aliased Typeยง

pub struct FxIndexSet<T> { /* private fields */ }