Skip to main content

merge_many

Function merge_many 

Source
fn merge_many<D: Data>(cursors: Vec<Cursor<D>>) -> Chain<D>
Expand description

Merge the given cursors using a k-way merge with a binary heap.