[][src]Type Definition heapless::FnvIndexMap

type FnvIndexMap<K, V, N> = IndexMap<K, V, N, BuildHasherDefault<FnvHasher>>;

An IndexMap using the default FNV hasher