Join Slack
Communities
Powered by
Why wouldn't this work? ```val items = listOf(list...
# announcements
b
Ben
09/21/2017, 11:15 PM
Why wouldn't this work?
Copy code
val items = listOf(listOf("abc", "123"), listOf("321")) items.flatten() [abc, 123, 321]
Open in Slack
Previous
Next