Skip to main content

Module ord

Module ord 

Source
Expand description

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.