Iter::map

Map a function over an iterator.

Type

map :: Iter a -> (a -> b) -> Iter b