pub type FastHashMap<K, V> = FxHashMap<K, V>;
Hash map designed for small keys.
pub struct FastHashMap<K, V> { /* private fields */ }