pub type AstVec<T> = SmallVec<[T; 4]>;
The Vec type used in the AST
pub struct AstVec<T> { /* private fields */ }