Type Alias alloy_primitives::map::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 */ }