Moves the item at index from to index to. Returns a new instance of the array with the item moved.
Implementation and tests adapted from https://www.npmjs.com/package/array-move. This helper was built to replace our reliance on this dependency.
Copy of array with the item moved.
Generated using TypeDoc
Moves the item at index from to index to. Returns a new instance of the array with the item moved.
Implementation and tests adapted from https://www.npmjs.com/package/array-move. This helper was built to replace our reliance on this dependency.