Type Alias KMerge
type KMerge = KMergeBy<I, KMergeByLt>
An iterator adaptor that merges an abitrary number of base iterators in ascending order. If all base iterators are sorted (ascending), the result is sorted.
Iterator element type is I::Item.
See .kmerge() for more information.