Type Definition itertools::structs::Coalesce [−][src]
type Coalesce<I, F> = CoalesceBy<I, F, <I as Iterator>::Item>;
An iterator adaptor that may join together adjacent elements.
See .coalesce()
for more information.
type Coalesce<I, F> = CoalesceBy<I, F, <I as Iterator>::Item>;
An iterator adaptor that may join together adjacent elements.
See .coalesce()
for more information.