Type Definition rustc_data_structures::small_vec::OneVector[][src]

type OneVector<T> = SmallVec<[T; 1]>;