Convenience function to get the next element in this array after some element, wrapping around if it would walk off the array.
getWrapAround
The array to get elements in.
The element in the array to get the next element after.
The next element in the array after the element, or wraps to the beginning if that element is the last element.
Generated using TypeDoc
Convenience function to get the next element in this array after some element, wrapping around if it would walk off the array.
getWrapAround