Lodash.without

This method is like _.unzip except that it accepts iteratee to specify how regrouped values should be combined. The iteratee is invoked with the elements of each group: (...group).

struct Lodash
nothrow @trusted @safe ref
without
(
ARGS...
)
(
auto ref ARGS values
)

Return Value

Type: auto ref

- Lodash chained on (Array): the new array of filtered values.

Meta