Join Slack
Powered by
``` val points = listOf() val pointsWithoutFirst =...
# getting-started
p
poohbar
01/28/2017, 6:19 PM
Copy code
val points = listOf() val pointsWithoutFirst = points[1..]
Open in Slack
Previous
Next