Skip to main content
Module

x/set_operations/set_operations.ts>symmetricDifference

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

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

Parameters

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