Type Alias FbMap

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 */ }