``` val points = listOf() val pointsWithoutFirst =...
# getting-started
p
Copy code
val points = listOf()
val pointsWithoutFirst = points[1..]