Skip to main content

apply_sort

Function apply_sort 

Source
pub fn apply_sort(hits: &mut [Sortable], keys: &[SortKey])
Expand description

Sorts in place. sort_by is stable, so fully tied rows keep input order.