pub(crate) type FxIndexSet<T> = IndexSet<T, BuildHasherDefault<FxHasher>>;
Aliased Typeยง
pub(crate) struct FxIndexSet<T> { /* private fields */ }
pub(crate) type FxIndexSet<T> = IndexSet<T, BuildHasherDefault<FxHasher>>;
pub(crate) struct FxIndexSet<T> { /* private fields */ }