API Reference@dortdb/coreutilsFunctionsdifferenceOn this pageFunction: difference() difference(a, ...others): IdSet Defined in: packages/core/src/utils/trie.ts:32 Returns an IdSet with all identifiers in a that are absent from every set in others. Parameters ParameterTypeaIdSet...othersIdSet[] Returns IdSet