Type Alias debris_common::FxIndexMap

source ·
pub type FxIndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<FxHasher>>;

Aliased Type§

struct FxIndexMap<K, V> {
    pub(crate) core: IndexMapCore<K, V>,
    hash_builder: BuildHasherDefault<FxHasher>,
}

Fields§

§core: IndexMapCore<K, V>§hash_builder: BuildHasherDefault<FxHasher>