Skip to main content
Module

x/set_operations/mod.ts>symmetricDifference

🦕 Deno module which provides basic set operations
Go to Latest
function symmetricDifference
import { symmetricDifference } from "https://deno.land/x/set_operations@v1.1.0/mod.ts";

Create a new set with elements in either the setA or setB but not both.

Parameters

setA: Set<T>
setB: Set<T>