Expand description
Provides stable
functions for checking that an Iterator
is sorted.
Functions§
- is_
sorted - Checks if an iterator yields ordered values.
- is_
sorted_ by - Checks if an iterator yields ordered values based on a given comparator.
- is_
unique_ sorted - Checks if an iterator yields ordered and unique values.
- is_
unique_ sorted_ by - Checks if an iterator yields ordered and unique values based on a given comparator.