map_collect

Function map_collect 

Source
pub fn map_collect<C, T, I, F>(iterable: I, f: F) -> C
where I: IntoIterator, F: FnMut(I::Item) -> T, C: FromIterator<T>,