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)