import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/pullAll.js";
This method is like _.pull
except that it accepts an array of values to remove.
Note: Unlike _.difference
, this method mutates array
.
import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/pullAll.js";
This method is like _.pull
except that it accepts an array of values to remove.
Note: Unlike _.difference
, this method mutates array
.