Function algorithm::quadsort::quad_sort

source ·
pub fn quad_sort<T>(src: &mut [T])
where T: Debug + Ord,