Type Alias alloy_primitives::map::FbHashSet

source ·
pub type FbHashSet<const N: usize> = HashSet<FixedBytes<N>, FbBuildHasher<N>>;
Available on crate feature map only.
Expand description

HashSet optimized for hashing fixed-size byte arrays.

Aliased Type§

struct FbHashSet<const N: usize> { /* private fields */ }