pub type SmallVec<T> = Confined<Vec<T>, ZERO, U16>;
Vec with maximum 2^16-1 items of type T.
Vec
T
struct SmallVec<T>(/* private fields */);