Type Definition resast::expr::ArrayExpr

source · []
pub type ArrayExpr<'a> = Vec<Option<Expr<'a>>>;
Expand description

[a, b, c]