Type Alias alloy_primitives::map::FbMap

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