a new Array containing a slice of the original. It is a copy, *not* a reference to the original Array's memory.
Note: end is non-inclusive, as in D slice operations, not as in Godot.
See Implementation