Zero-based Array element index to end copying (exclusive). Must be an
Int.
When the end index is larger than the Array length, all elements are
copied from start index to the last Array element. If end index is less
than or equal to the start index, an empty Array is returned.