alloy_primitives::map

Type Alias FbIndexMap

Source
pub type FbIndexMap<const N: usize, V> = IndexMap<FixedBytes<N>, V, FbBuildHasher<N>>;
Available on crate feature map only.
Expand description

IndexMap optimized for hashing fixed-size byte arrays.

Aliased Typeยง

struct FbIndexMap<const N: usize, V> { /* private fields */ }