pub type SelectorHashMap<V> = HashMap<Selector, V, FbBuildHasher<4>>;
map
HashMap optimized for hashing Selector.
HashMap
Selector
struct SelectorHashMap<V> { /* private fields */ }