Type Alias amplify::confinement::TinyVec

source ·
pub type TinyVec<T> = Confined<Vec<T>, ZERO, U8>;
Expand description

Vec with maximum 255 items of type T.

Aliased Type§

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