Type Alias rustc_codegen_llvm::debuginfo::metadata::SmallVec
source · pub type SmallVec<T> = SmallVec<[T; 16]>;
Aliased Type§
struct SmallVec<T> {
pub(crate) capacity: usize,
pub(crate) data: SmallVecData<[T; 16]>,
}
Fields§
§capacity: usize
§data: SmallVecData<[T; 16]>
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.