alloy_primitives::map

Type Alias SelectorHashMap

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

HashMap optimized for hashing Selector.

Aliased Typeยง

struct SelectorHashMap<V> { /* private fields */ }