Searched refs:k_smallest (Results 1 – 3 of 3) sorted by relevance
4 pub(crate) fn k_smallest<T: Ord, I: Iterator<Item = T>>(mut iter: I, k: usize) -> BinaryHeap<T> { in k_smallest() function
203 mod k_smallest; module2456 fn k_smallest(self, k: usize) -> VecIntoIter<Self::Item> in k_smallest() method2460 crate::k_smallest::k_smallest(self, k) in k_smallest()
397 i.k_smallest(k as usize),445 i.k_smallest(k), in k_smallest_sort()