import { symmetricDifference } from "https://deno.land/x/set_operations@v1.2.0/mod.ts";
Create a new set with elements in either the setA
or setB
but not both.
import { symmetricDifference } from "https://deno.land/x/set_operations@v1.2.0/mod.ts";
Create a new set with elements in either the setA
or setB
but not both.