[][src]Crate sorted_iter

Structs

Difference
FilterMapValues
Intersection
Join
LeftJoin
MapValues
OuterJoin
RightJoin
SymmetricDifference
Union

Traits

SortedByItem

marker trait for iterators that are sorted by their Item

SortedByKey

marker trait for iterators that are sorted by the key of their Item

SortedIterator

set operations for sorted iterators

SortedPairIterator

relational operations for sorted iterators of pairs