revm_primitives::map

Type Alias SelectorHashSet

Source
pub type SelectorHashSet = HashSet<FixedBytes<4>, FbBuildHasher<4>>;
Expand description

HashSet optimized for hashing Selector.

Aliased Typeยง

struct SelectorHashSet { /* private fields */ }