Function itertools::adaptors::update

source ·
pub fn update<I, F>(iter: I, f: F) -> Update<I, F> where
    I: Iterator,
    F: FnMut(&mut I::Item),
Expand description

Create a new Update iterator.