Crate is_sorted [] [src]

Extends Iterator with three algorithms, is_sorted, is_sorted_by, and is_sorted_by_key that check whether the elements of an Iterator are sorted in O(N) time and O(1) space.

Traits

IsSorted

Extends Iterator with is_sorted, is_sorted_by, and is_sorted_by_key.