pub type HashMap<K, V, S> = HashMap<K, V, S, FastAlloc>;
See std::collections::HashMap.
struct HashMap<K, V, S> { /* private fields */ }