Module clippy_utils::comparisons
source · Expand description
Utility functions for comparison operators.
Enums
- Represents a normalized comparison operator.
Functions
- Put the expression in the form
lhs < rhs
,lhs <= rhs
,lhs == rhs
orlhs != rhs
.