Type Alias flex_alloc::vec::ThinVec

source ·
pub type ThinVec<T> = Vec<T, Thin>;
Expand description

A Vec which is pointer-sized, storing its capacity and length in the allocated buffer.

Aliased Type§

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