import { intersection } from "https://deno.land/x/set_operations@v1.2.0/set_operations.ts";
Create a new set with elements common to the setA
and the setB
.
x/set_operations/set_operations.ts>intersection
import { intersection } from "https://deno.land/x/set_operations@v1.2.0/set_operations.ts";
Create a new set with elements common to the setA
and the setB
.