Skip to main content

LVec

Type Alias LVec 

Source
pub type LVec<T> = VecA<T, Local>;
Expand description

Vec allocated from Local

Aliased Typeยง

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