Convenience function to get the previous 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 previous element before.
The previous 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 previous element in this array after some element, wrapping around if it would walk off the array.
getWrapAround