pub fn fold_expr_array<F>(f: &mut F, node: ExprArray) -> ExprArray where
    F: Fold + ?Sized
Available on crate feature fold only.