[−][src]Function contest_algorithms::order::merge_sorted
pub fn merge_sorted<T: PartialOrd>(
i1: impl IntoIterator<Item = T>,
i2: impl IntoIterator<Item = T>
) -> Vec<T>
Stably merges two sorted and totally ordered collections into one