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