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