AstVec

Type Alias AstVec 

Source
pub type AstVec<T> = SmallVec<[T; 4]>;
Expand description

The Vec type used in the AST

Aliased Typeยง

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