Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
So lets say we have a list with a length of 30
and I want to shorten that list to only be at a length of 10
how would i go about this?
So you want a Slice method? Make an issue on github and I will add it