Function onejoker::utils::oj_sort

source ยท
pub fn oj_sort<T: PartialOrd>(a: &mut [T])
Expand description

wiki | Slightly specialized heapsort Heapsort optimized for small sets like poker hands, and in descending order which is most useful for ranking and displaying poker hands.