pub fn update<I, F>(iter: I, f: F) -> Update<I, F> ⓘwhere I: Iterator, F: FnMut(&mut I::Item),
Create a new Update iterator.
Update