merge_sort

Function merge_sort 

Source
pub fn merge_sort<T: Ord>(v: Vec<T>) -> Vec<T>
Expand description

A stable sort