Home
last modified time | relevance | path

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

/external/rust/crates/itertools/src/adaptors/
Dcoalesce.rs7 pub struct CoalesceBy<I, F, T> struct
16 impl<I: Clone, F: Clone, T: Clone> Clone for CoalesceBy<I, F, T> argument
23 impl<I, F, T> fmt::Debug for CoalesceBy<I, F, T> implementation
35 impl<I, F, T> Iterator for CoalesceBy<I, F, T> implementation
85 impl<I: Iterator, F: CoalescePredicate<I::Item, T>, T> FusedIterator for CoalesceBy<I, F, T> {} implementation