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