pub fn all_ops_are_add_or_subt(ops: Vec<Operator>) -> bool
Expand description

Check if the current term’s operators are all add or subtract.