pub type LVec<T> = VecA<T, Local>;
Vec allocated from Local
Vec
Local
pub struct LVec<T> { /* private fields */ }