import { without } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";
It will return a new array, based on all members of source
list that are not part of matchAgainst
list.
R.equals
is used to determine equality.
import { without } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";
It will return a new array, based on all members of source
list that are not part of matchAgainst
list.
R.equals
is used to determine equality.