Function qsort

Source
pub fn qsort<T>(v: &mut Vec<T>)
where T: Ord + Copy,
Expand description

Полиморфная быстрая сортирока (QuickSort)