pub type IndexMap<K, V> = IndexMap<K, V, RandomState>;
Expand description
Wasmparser-specific type alias for an ordered map.
Aliased Typeยง
struct IndexMap<K, V> { /* private fields */ }
pub type IndexMap<K, V> = IndexMap<K, V, RandomState>;
Wasmparser-specific type alias for an ordered map.
struct IndexMap<K, V> { /* private fields */ }