Type Alias amplify::confinement::LargeOrdMap

source ·
pub type LargeOrdMap<K, V> = Confined<BTreeMap<K, V>, ZERO, U32>;
Expand description

BTreeMap with maximum 2^32-1 items.

Aliased Type§

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