Join Slack
Communities
Powered by
`.flatMap { if (it.first < it.second) listOf(it...
# announcements
r
ribesg
03/07/2016, 11:29 AM
.flatMap { if (it.first < it.second) listOf(it) else listOf(0 to it.second, it.first to 24) }
looks like it create tons of lists for no reason
2
Views
Open in Slack
Previous
Next