pub type LVec<T> = Vec<T, Local>;
LVec = pstd::Vec<T, Local>
pub struct LVec<T> { /* private fields */ }