[][src]Type Definition resast::expr::ArrayExpr

type ArrayExpr<'a> = Vec<Option<Expr<'a>>>;

[a, b, c]