Join Slack
Communities
Powered by
The `map`, `filter`, ... operations on Sequence ar...
# getting-started
k
karelpeeters
10/29/2017, 3:26 PM
The
map
,
filter
, ... operations on Sequence are lazy, while the same operations on
Iterator
Iterable are eagerly evaluated.
i
ilya.gorbunov
10/29/2017, 3:28 PM
Maybe you're confusing Iterator and Iterable? There's no such operations on Iterator.
k
karelpeeters
10/29/2017, 3:29 PM
Corrected, thanks!
3
Views
Open in Slack
Previous
Next