alloy_primitives::map

Type Alias B256IndexSet

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

IndexSet optimized for hashing B256.

Aliased Typeยง

struct B256IndexSet { /* private fields */ }