Type Definition lunarity_ast::ExpressionList

source ·
pub type ExpressionList<'ast> = NodeList<'ast, Expression<'ast>>;