Skip to main content

get_top_n

Function get_top_n 

Source
pub fn get_top_n<T: PartialOrd>(vec: &[T], n: usize) -> Vec<usize>