pub type FbIndexSet<const N: usize> = IndexSet<FixedBytes<N>, FbBuildHasher<N>>;
Available on crate feature
map
only.Expand description
IndexSet
optimized for hashing fixed-size byte arrays.
Aliased Typeยง
struct FbIndexSet<const N: usize> { /* private fields */ }