pub type FastHashMap<K, V> = HashMap<K, V, RandomState>;
pub struct FastHashMap<K, V> { /* private fields */ }