struct Map<I, U>Properties
let inner: I
The source iterator being transformed.
let map: (I.Element) -> U
The transformation applied to each input element.
struct Map<I, U>let inner: IThe source iterator being transformed.
let map: (I.Element) -> UThe transformation applied to each input element.