Skip to content

Comparison functions should use new features from Set #27

@paceaux

Description

@paceaux

Set now has new data comparison features:

  • .difference()
  • .intersection()
  • symmetricDifference()
  • .union()
  • .disjointFrom()

The functions.comparisons.ts should be refactored to use these rather than the built in versions.

All existing tests should continue to pass.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions