pub type ExprList = SmallVec<[String; 8]>;
A list of expressions, optimized for 1-8 items.
pub struct ExprList { /* private fields */ }