Join Slack
Powered by
` println(sequenceOf(1,2,3).takeWhile { it<2...
# announcements
c
christophsturm
09/10/2018, 10:32 PM
println(sequenceOf(1,2,3).takeWhile { it<2 }.toList())
this prints
1
Open in Slack
Previous
Next