pub type Map<K, V> = FxHashMap<K, V>;
Map implementation used by the library.
pub struct Map<K, V> { /* private fields */ }