Skip to main content

apply_sort

Function apply_sort 

Source
pub fn apply_sort<T>(list: &mut Vec<T>, ev: SortEvent)
Expand description

Apply a SortEvent to a Vec in place.