Title
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)