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