pub type IndexSet<T> = RawIndexSet<T, BuildHasherDefault<AxHasher>>;Expand description
Drop-in indexmap::IndexSet with AxHasher as the default hasher.
Insertion order is fully preserved. Use this alias when maximum
third-party compatibility matters (e.g. Serde #[derive]).
Aliased Typeยง
pub struct IndexSet<T> { /* private fields */ }