Home
last modified time | relevance | path

Searched defs:CoalesceBy (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/itertools/src/adaptors/
Dcoalesce.rs6 pub struct CoalesceBy<I, F, T> struct
15 impl<I: Clone, F: Clone, T: Clone> Clone for CoalesceBy<I, F, T> argument
22 impl<I, F, T> fmt::Debug for CoalesceBy<I, F, T> implementation
34 impl<I, F, T> Iterator for CoalesceBy<I, F, T> implementation
83 impl<I: Iterator, F: CoalescePredicate<I::Item, T>, T> FusedIterator for CoalesceBy<I, F, T> {} implementation