Join Slack
Powered by
but that finishes immediately `(0..Int.MAX_VALUE)....
# announcements
d
dstarcev
10/13/2016, 12:41 PM
but that finishes immediately
(0..Int.MAX_VALUE).takeWhile { it < 10 }
, maybe
map
is not lazy here
2
Views
Open in Slack
Previous
Next