import { difference } from "https://deno.land/x/set_operations@v1.2.0/set_operations.ts";
Create a new set with elements in the setA
that are not in the setB
.
x/set_operations/set_operations.ts>difference
import { difference } from "https://deno.land/x/set_operations@v1.2.0/set_operations.ts";
Create a new set with elements in the setA
that are not in the setB
.