UnderlyingList

Type Alias UnderlyingList 

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

Aliased Typeยง

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