alloy_primitives::map

Type Alias B256HashSet

Source
pub type B256HashSet = HashSet<B256, FbBuildHasher<32>>;
Available on crate feature map only.
Expand description

HashSet optimized for hashing B256.

Aliased Typeยง

struct B256HashSet { /* private fields */ }