rune_core::hashmap

Type Alias IndexMap

Source
pub type IndexMap<K, V> = IndexMap<K, V, FxBuildHasher>;

Aliased Typeยง

struct IndexMap<K, V> { /* private fields */ }