pub type TinyHashMap<K, V> = Confined<HashMap<K, V>, ZERO, U8>;
HashMap with maximum 255 items.
HashMap
struct TinyHashMap<K, V>(/* private fields */);