Function iterative_methods::inspect[][src]

pub fn inspect<I, F, T>(it: I, f: F) -> AnnotatedIterable<I, T, F, ()> where
    I: Sized + StreamingIterator<Item = T>,
    F: FnMut(&T),
    T: Clone
Expand description

Apply f to every underlying item.