numberArray(start, end) → {Array.<number>} Create an array representing the inclusive range
<static> rotateMatrix(matrix, direction) → {Array.<Array.<any>>}
<static> removeRandomItem(objects, startIndex, length) → {object}
<static> rotateRight(array) → {any} Moves the element
new ArrayUtils() Utility functions for dealing with Arrays. Source code:
<static> findClosest(value, arr) → {number} Snaps a value
<static> shuffle(array) → {Array.<any>} A standard
<static> rotate(array) → {any} This method is deprecated and should not be used
<static> transposeMatrix(array) → {Array.<Array.<any>>}
<static> rotateLeft(array) → {any} Moves the element
Page 1 of 2