pub type FastMap<K, V> = HashMap<K, V>;
A map where the order doesn’t matter
pub struct FastMap<K, V> { /* private fields */ }