Type Alias alloy_primitives::map::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 */ }