Function is_strictly_relational_operator

Source
fn is_strictly_relational_operator(operator: &BinaryOperator) -> bool
Expand description

Checks if an operator is a relational operator (requires numeric types)

§Arguments

  • operator - The binary operator to check

§Returns

  • true if the operator requires numeric types, false otherwise