Expand description
Utility functions for comparison operators.
Enums§
- Rel
- Represents a normalized comparison operator.
Functions§
- normalize_
comparison - Put the expression in the form
lhs < rhs
,lhs <= rhs
,lhs == rhs
orlhs != rhs
.
Utility functions for comparison operators.
lhs < rhs
, lhs <= rhs
, lhs == rhs
or
lhs != rhs
.