Generate and return an array from the specified portion of the list.
the initial index from which to start the array
the final index from which to finish the array
the array specified by the range of index
See Implementation
Generate and return an array from the specified portion of the list.