Module itertools::merge_join
source · Structs§
- An iterator adaptor that merges the two base iterators in ascending order. If both base iterators are sorted (ascending), the result is sorted.
Traits§
Functions§
- Create an iterator that merges elements in
i
andj
. - Create a
MergeBy
iterator. - Return an iterator adaptor that merge-joins items from the two base iterators in ascending order.
Type Aliases§
- An iterator adaptor that merges the two base iterators in ascending order. If both base iterators are sorted (ascending), the result is sorted.
- An iterator adaptor that merge-joins items from the two base iterators in ascending order.