Type Definition amplify::confinement::SmallHashMap

source ·
pub type SmallHashMap<K, V> = Confined<HashMap<K, V>, ZERO, U16>;
Expand description

HashMap with maximum 2^16-1 items.