rune_core::hashmap

Type Alias HashMap

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

Aliased Typeยง

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