Type Alias SelectorIndexMap
pub type SelectorIndexMap<V> = IndexMap<FixedBytes<4>, V, FbBuildHasher<4>>;Expand description
IndexMap optimized for hashing [Selector].
Aliased Typeยง
pub struct SelectorIndexMap<V> { /* private fields */ }