sorted 0.2.0

Provides compile time guarantees for sorted sequences.
Documentation
1
2
3
pub trait SortedIterator: Iterator {
    type Ordering;
}