MCPcopy Create free account
hub / github.com/EbTech/rust-algorithms / merge_sorted

Function merge_sorted

src/order.rs:34–46  ·  view source on GitHub ↗

Stably merges two sorted and totally ordered collections into one

(
    i1: impl IntoIterator<Item = T>,
    i2: impl IntoIterator<Item = T>,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

merge_sortFunction · 0.85
evaluateMethod · 0.85

Calls 2

pushMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected