sorted 0.2.0

Provides compile time guarantees for sorted sequences.
Documentation
1
2
3
4
/// Describes a colletion containing a type.
pub trait Collection {
    type Item;
}