Function sort::exchange_sorts::quicksort::_pivot[][src]

pub fn _pivot<T: PartialOrd + Clone>(v: &mut [T]) -> T