There’s 2 methods from what I can see that can sli...
# getting-started
n
There’s 2 methods from what I can see that can slice a list in Kotlin (when its of type List): First being just .slice(IntRange(1, 5))