Join Slack
Communities
Powered by
``` arrayListOf(1, 2, 3).removeAll { it % 2 == 0 }...
# announcements
v
vmironov
02/21/2016, 11:45 PM
Copy code
arrayListOf(1, 2, 3).removeAll { it % 2 == 0 }
👍 1
Open in Slack
Previous
Next