Type Alias amplify::confinement::SmallDeque

source ·
pub type SmallDeque<T> = Confined<VecDeque<T>, ZERO, U16>;
Expand description

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

Aliased Type§

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