Join Slack
Powered by
Another idea could be this: ``` val sequence = gen...
# announcements
t
teedee
01/28/2017, 9:27 AM
Another idea could be this:
Copy code
val sequence = generateSequence { in.readLine() } for (line in sequence) { ... }
3
Views
Open in Slack
Previous
Next