Module malachite_base::iterators::comparison
source · Expand description
Functions that compare adjacent iterator elements.
Structs§
- An iterator that generates the
Ordering
s of adjacent elements of a given iterator.
Functions§
- Returns an iterator that generates the
Ordering
s of adjacent pairs of elements of a given iterator. - Determines whether each element of an iterator is greater than the preceding one.
- Determines whether each element of an iterator is less than the preceding one.
- Determines whether the sequence strictly zigzags.
- Determines whether each element of an iterator is greater than or equal to the preceding one.
- Determines whether each element of an iterator is less than or equal to the preceding one.
- Determines whether the sequence weakly zigzags.