Module bee_common::ord[][src]

A module that provides features related to ordering.

Functions

is_sorted

Checks if an iterator yields ordered values.

is_unique_sorted

Checks if an iterator yields ordered and unique values.