Creates a slice of array from start up to, but not including, end.
The array to slice.
Optional
The start position.
The end position.
Returns the slice of array.
Creates a slice of array from start up to, but not including, end.