pub type UnderlyingOwnedList<T> = SmallVec<[T; 1]>;
struct UnderlyingOwnedList<T> { /* private fields */ }