(Changed in version 2.8.0) collect
has changed. The previous behavior can be reproduced with toSeq
.
Lazily merges this buffered iterator with another buffered iterator assuming that both collections are already sorted.
Lazily merges this buffered iterator with another buffered iterator assuming that both collections are already sorted.
element type of the resulting collection
the iterator to merge with this one
the merged iterators