Expand description
Provides the ability to perform external sorts on structs
Structs§
- ExtSorted
Iterator - Iterator that provides sorted
T
s - External
Sorter - Perform an external sort on an unsorted stream of incoming data
Traits§
- Externally
Sortable - Trait for types that can be used by ExternalSorter. Must be sortable, cloneable, serializeable, and able to report on it’s size