Type Definition amplify::confinement::TinyVec

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

Vec with maximum 255 items of type T.