pub type KeyMap<K, V> = RapidHashMap<K, V>;
Expand description
Make it easier to switch between different hash backends.
Aliased Typeยง
pub struct KeyMap<K, V> { /* private fields */ }
pub type KeyMap<K, V> = RapidHashMap<K, V>;
Make it easier to switch between different hash backends.
pub struct KeyMap<K, V> { /* private fields */ }