Type Alias alloy_primitives::map::B256Set

source ·
pub type B256Set = HashSet<B256, FbBuildHasher<32>>;
Expand description

HashSet optimized for hashing B256.

Aliased Type§

struct B256Set { /* private fields */ }