import * as mod from "https://dotland.deno.dev/x/typebox@0.33.12/src/type/sets/set.ts"; FunctionsfSetComplementReturns the Complement by omitting elements in T that are in S fSetDistinctReturns a distinct set of elements fSetIncludesReturns true if element right is in the set of left fSetIntersectReturns the Intersect of the given sets fSetIntersectManyfSetIsSubsetReturns true if left is a subset of right fSetUnionReturns the Union of the given sets fSetUnionManyReturns the Union of multiple sets Type AliasesTTSetComplementTTSetDistinctTTSetIncludesTTSetIntersectTTSetIntersectManyTTSetIsSubsetTTSetUnionTTSetUnionMany