Searched refs:KMergeBy (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/itertools/src/ |
D | kmerge_impl.rs | 103 pub type KMerge<I> = KMergeBy<I, KMergeByLt>; 152 pub struct KMergeBy<I, F> struct 159 impl<I, F> fmt::Debug for KMergeBy<I, F> implementation 163 debug_fmt_fields!(KMergeBy, heap); 170 -> KMergeBy<<I::Item as IntoIterator>::IntoIter, F> in kmerge_by() 180 KMergeBy { heap, less_than } in kmerge_by() 183 impl<I, F> Clone for KMergeBy<I, F> implementation 191 impl<I, F> Iterator for KMergeBy<I, F> implementation
|
D | lib.rs | 127 pub use crate::kmerge_impl::{KMerge, KMergeBy}; 964 -> KMergeBy<<Self::Item as IntoIterator>::IntoIter, F> in kmerge_by()
|
/external/rust/crates/itertools/ |
D | CHANGELOG.md | 92 …- Add more `Debug` impls by @phimuemue: KMerge, KMergeBy, MergeJoinBy, ConsTuples, Intersperse, Pr…
|