Type Definition heapless::FnvIndexSet

source ·
pub type FnvIndexSet<T, N> = IndexSet<T, N, BuildHasherDefault<FnvHasher>>;
Expand description

An IndexSet using the default FNV hasher