Type Alias FxIndexSet

Source
pub(crate) type FxIndexSet<T> = IndexSet<T, BuildHasherDefault<FxHasher>>;

Aliased Typeยง

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