Crate sorted [−] [src]
Modules
keys | |
macro_sort_order |
Macros
order_by_key |
Structs
AscendingOrder | |
DescendingOrder | |
KeyOrder | |
Sorted |
Guarantees that the inner container is sorted in a specific order. |
SortedIter |
Traits
Collection |
Describes a colletion containing a type. |
DifferenceExt | |
IntersectionExt | |
IsSorted | |
Key | |
RetainsOrder |
Marks a collection as retaining order when handling iterators. |
SearchableByOrder |
Defines an interface for collections that can be searched when sorted. |
SortOrder | |
Sortable |
Implements an interface for collections that can be sorted. |
SortedInsert | |
UnionExt |