pub type MediumHashMap<K, V> = Confined<HashMap<K, V>, ZERO, U24>;
Expand description

HashMap with maximum 2^24-1 items.

Aliased Type§

struct MediumHashMap<K, V>(/* private fields */);