pub type Coalesce<I, F> = CoalesceBy<I, F, NoCount>;
Expand description
An iterator adaptor that may join together adjacent elements.
See .coalesce()
for more information.
Aliased Type§
pub struct Coalesce<I, F> { /* private fields */ }
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.