Slice a list into a new array.
The inner type of the array
The initial list
The lower bound (inclusive)
The upper bound (exclusive)
The sliced array.
Slice a list into a new array.