pub type IndexMap<K, V, S = RandomState> = IndexMap<K, V, S>;

Aliased Type§

struct IndexMap<K, V, S = RandomState> {
    pub(crate) core: IndexMapCore<K, V>,
    hash_builder: S,
}

Fields§

§core: IndexMapCore<K, V>§hash_builder: S