Type Alias Coalesce
pub type Coalesce<I, F> = CoalesceBy<I, F, NoCount>;
Available on crate feature
dep_itertools
only.Expand description
An iterator adaptor that may join together adjacent elements.
See .coalesce()
for more information.
Aliased Typeยง
struct Coalesce<I, F> { /* private fields */ }