Join Slack
Powered by
how can I slice a list in Kotlin?
# getting-started
p
poohbar
01/28/2017, 6:18 PM
how can I slice a list in Kotlin?
e
elizarov
01/28/2017, 8:11 PM
poohbar:
list.subList(from, to)
3
Views
Open in Slack
Previous
Next