Searched defs:Intersperse (Results 1 – 2 of 2) sorted by relevance
14 pub struct Intersperse<I> struct23 impl<I> Intersperse<I> implementation34 impl<I> ParallelIterator for Intersperse<I> implementation57 impl<I> IndexedParallelIterator for Intersperse<I> implementation
25 pub type Intersperse<I> = IntersperseWith<I, IntersperseElementSimple<<I as Iterator>::Item>>; typedef