IterableSlice<E> extension

on

Methods

slice(int start, [int end = -1]) List<E>
Returns a new list containing elements at indices between start (inclusive) and end (inclusive).