Skip to main content

SelectorIndexMap

Type Alias SelectorIndexMap 

Source
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 */ }