Type Alias ThinVec

Source
pub type ThinVec<T> = Vec<T, Thin<Global>>;
Expand description

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

Aliased Typeยง

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