An Array is a storage for values. You can access it using indexes or
with its API. On the server side, it's often better to use a List which
is less memory and CPU consuming, unless you really need indexed access.
Copies the range of the array starting at pos up to,
but not including, end. Both pos and end can be
negative to count from the end: -1 is the last item in
the array.