You'll have to destructure them like this though: ...
# getting-started
r
You'll have to destructure them like this though:
val (first, rest: List<String>) = listOf("Hi", "Test", "Etc")