Module relational

Source

Functions§

can_coerce_for_relational 🔒
Checks if types are compatible for unspecified literal coercion in relational operations
check_relational_operation
Checks if types are compatible for relational operations (>, <, >=, <=, ==, !=). Types must be comparable with each other, which means they’re either:
is_strictly_relational_operator 🔒
Checks if an operator is a relational operator (requires numeric types)