pub type SmallHashMap<T, U> = VecMap<[(T, U); 8]>;
pub struct SmallHashMap<T, U>(/* private fields */);