alloy_primitives::map

Type Alias SelectorIndexSet

Source
pub type SelectorIndexSet = IndexSet<Selector, FbBuildHasher<4>>;
Available on crate feature map only.
Expand description

IndexSet optimized for hashing Selector.

Aliased Typeยง

struct SelectorIndexSet { /* private fields */ }