pub type Coalesce<I, F> = CoalesceBy<I, F, <I as Iterator>::Item>;Expand description
An iterator adaptor that may join together adjacent elements.
See .coalesce() for more information.
Aliased Typeยง
struct Coalesce<I, F> { /* private fields */ }pub 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.
struct Coalesce<I, F> { /* private fields */ }