?
reverse-slice
Summary​
Reverses a portion of an array
Description​
Fields​
array​
An array of items.
index​
The starting index of values to be reversed. The first item is at position zero.
count​
The number of elements to be reversed including the starting position. If count goes beyond the end of the array, it will simply reverse the rest of the array.
Helpful?