ggingell/array-move
Pure function for moving an item in an array from an index to an index. Returnns a copy. Significantly fster than the common double-splice implemention.
JavaScript
Issues
- 0
Ruby Implementation
#1 opened by manvsmachine
Pure function for moving an item in an array from an index to an index. Returnns a copy. Significantly fster than the common double-splice implemention.
JavaScript