pub fn visit_mut_calc_value_or_operators<V: ?Sized + VisitMut>(
    _visitor: &mut V,
    n: &mut Vec<CalcValueOrOperator>
)