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.
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.