B256IndexSet

Type Alias B256IndexSet 

pub type B256IndexSet = IndexSet<FixedBytes<32>, FbBuildHasher<32>>;
Expand description

IndexSet optimized for hashing B256.

Aliased Typeยง

pub struct B256IndexSet { /* private fields */ }