Function top_n

Source
pub fn top_n<O>(input: &mut Vec<(VectorDistance, O)>, n: usize)