Module core::iter::orderExperimental
[-]
[+]
[src]
Functions for lexicographical ordering of sequences.
Lexicographical ordering through <, <=, >=, > requires
that the elements implement both PartialEq and PartialOrd.
If two sequences are equal up until the point where one ends, the shorter sequence compares less.
Functions
| cmp | Order |
| eq | Compare |
| equals | Compare |
| ge | Return |
| gt | Return |
| le | Return |
| lt | Return |
| ne | Compare |
| partial_cmp | Order |