Lodash.pullAll

This method is like _.pull except that it accepts an array of values to remove.

Note: Unlike _.difference, this method mutates array.

struct Lodash
nothrow @trusted @safe ref
pullAll
(
T
)
(
auto ref T values
)

Return Value

Type: auto ref

- Lodash chained on (Array): array.

Meta