Trim an existing list so that it will contain only the specified range of elements specified. Equivalent to range = range[start .. stop+1]
See Implementation
Trim an existing list so that it will contain only the specified range of elements specified. Equivalent to range = range[start .. stop+1]