alloy_primitives::map

Type Alias SelectorIndexMap

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

IndexMap optimized for hashing Selector.

Aliased Typeยง

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