amplify::confinement

Type Alias SmallVec

Source
pub type SmallVec<T> = Confined<Vec<T>, ZERO, U16>;
Expand description

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

Aliased Typeยง

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