MergeJoinBy

Type Alias MergeJoinBy 

Source
pub type MergeJoinBy<I, J, F> = MergeBy<I, J, MergeFuncLR<F, <F as FuncLR<<I as Iterator>::Item, <J as Iterator>::Item>>::T>>;
Expand description

An iterator adaptor that merge-joins items from the two base iterators in ascending order.

See .merge_join_by() for more information.

Aliased Type§

pub struct MergeJoinBy<I, J, F> { /* private fields */ }

Layout§

Note: Encountered an error during type layout; the type failed to be normalized.