The array to get something in wrapping around.
Element in the array to find the index of.
From the element's position where to move, up or down and will wrap around.
Undefined if the element was not in this array, or the element at the offset from the passed in element in the array, wrapping around.
Generated using TypeDoc
Returns the next element in the array by some offset, wrapping around if it would walk off the array.