amplify::confinement

Type Alias LargeDeque

Source
pub type LargeDeque<T> = Confined<VecDeque<T>, ZERO, U32>;
Expand description

VecDeque with maximum 2^32-1 items of type T.

Aliased Typeยง

struct LargeDeque<T>(/* private fields */);