pub type MediumHashMap<K, V> = Confined<HashMap<K, V>, ZERO, U24>;
HashMap with maximum 2^24-1 items.
HashMap
struct MediumHashMap<K, V>(/* private fields */);