[][src]Function contest_algorithms::order::merge_sort

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

A stable sort