Crate iterator_sorted

source ·
Expand description

Provides stable functions for checking that an Iterator is sorted.

Functions§

  • Checks if an iterator yields ordered values.
  • Checks if an iterator yields ordered values based on a given comparator.
  • Checks if an iterator yields ordered and unique values.
  • Checks if an iterator yields ordered and unique values based on a given comparator.