Function itertools::adaptors::map_into

source ·
pub fn map_into<I, R>(iter: I) -> MapInto<I, R> 
Expand description

Create a new MapInto iterator.