Function symmetricDifference

  • Obtain entries not present in both objects.

    Parameters

    • x: object

      an object

    • y: object

      another object

    Returns object

    x-y ∪ y-x

Generated using TypeDoc