pub type Map<K, V> = FxHashMap<K, V>;
Key-value mappings with FxHash for fast integer-key performance.
pub struct Map<K, V> { /* private fields */ }