Type Definition heapless::FnvIndexMap

source ·
pub type FnvIndexMap<K, V, N> = IndexMap<K, V, N, BuildHasherDefault<FnvHasher>>;
Expand description

An IndexMap using the default FNV hasher