pub type Vec<'a, T> = Vec<'a, T>;
A vector allocated in an arena.
pub struct Vec<'a, T> { /* private fields */ }