pub type UnderlyingList<T> = SmallVec<[T; 1]>;

Aliased Type§

struct UnderlyingList<T> { /* private fields */ }