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