itertools::structs

Type Alias Coalesce

Source
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 */ }

Layout§

Note: Encountered an error during type layout; the type failed to be normalized.