Skip to main content

distinct_until_changed

Function distinct_until_changed 

Source
pub fn distinct_until_changed<S: Clone + 'static>(
    eq: impl Fn(&S, &S) -> bool + 'static,
) -> Operator<S>
Expand description

distinct_until_changed: opt-in dedup at the operator layer (D49).