Type Alias amplify::confinement::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 */);