[][src]Type Definition parser::ast::ArgumentList

type ArgumentList<'t> = Vec<Spanned<'t, Expr<'t>>>;