alloy_primitives::map

Type Alias SelectorHashSet

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

HashSet optimized for hashing Selector.

Aliased Typeยง

struct SelectorHashSet { /* private fields */ }