circular-at
Version:
Access array items at any positive or negative index. If the index is out of bounds, it will be wrapped around the length of the array.
2 lines (1 loc) • 13 B
Plain Text
Access array items at any positive or negative index. If the index is out of bounds, it will be wrapped around the length of the array.