Skip to main content

IndexMap

Type Alias IndexMap 

Source
pub type IndexMap<K, V> = RawIndexMap<K, V, BuildHasherDefault<AxHasher>>;
Expand description

Drop-in indexmap::IndexMap 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 IndexMap<K, V> { /* private fields */ }