Removes elements from array corresponding to indexes and returns an array of removed elements.
Note: Unlike _.at, this method mutates array.
- Lodash chained on (Array): the new array of removed elements.
See Implementation
Removes elements from array corresponding to indexes and returns an array of removed elements.
Note: Unlike _.at, this method mutates array.