pub type Coalesce<I, F> = CoalesceBy<I, F, NoCount>;
An iterator adaptor that may join together adjacent elements.
See .coalesce() for more information.
.coalesce()
struct Coalesce<I, F> { /* private fields */ }