Type Alias alloy_primitives::map::FbSet

source ·
pub type FbSet<const N: usize> = HashSet<FixedBytes<N>, FbBuildHasher<N>>;
Expand description

HashSet optimized for hashing fixed-size byte arrays.

Aliased Type§

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