Function mathml::expression::all_ops_are_add_or_subt
source · 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.
pub fn all_ops_are_add_or_subt(ops: Vec<Operator>) -> bool
Check if the current term’s operators are all add or subtract.