amplify::confinement

Type Alias TinyDeque

Source
pub type TinyDeque<T> = Confined<VecDeque<T>, ZERO, U8>;
Expand description

VecDeque with maximum 255 items of type T.

Aliased Typeยง

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