The `map`, `filter`, ... operations on Sequence ar...
# getting-started
k
The
map
,
filter
, ... operations on Sequence are lazy, while the same operations on Iterator Iterable are eagerly evaluated.
i
Maybe you're confusing Iterator and Iterable? There's no such operations on Iterator.
k
Corrected, thanks!