[][src]Type Definition heapless::FnvIndexSet

type FnvIndexSet<T, N> = IndexSet<T, N, BuildHasherDefault<FnvHasher>>;
[]

An IndexSet using the default FNV hasher