import { difference } from "https://dotland.deno.dev/x/rambda@9.4.1/index.d.ts";
It returns the uniq set of all elements in the first list a
not contained in the second list b
.
R.equals
is used to determine equality.
import { difference } from "https://dotland.deno.dev/x/rambda@9.4.1/index.d.ts";
It returns the uniq set of all elements in the first list a
not contained in the second list b
.
R.equals
is used to determine equality.