pub type SmallKeyHashMap<K, V> = AHashMap<K, V>;
pub struct SmallKeyHashMap<K, V>(/* private fields */);