This method is like _.pull except that it accepts an array of values to remove.
Note: Unlike _.difference, this method mutates array.
- Lodash chained on (Array): array.
See Implementation
This method is like _.pull except that it accepts an array of values to remove.
Note: Unlike _.difference, this method mutates array.