• Return the symmetric difference of two sets.

    Parameters

    • other: Set<any>

      Another set.

    Returns Set<any>

    The set of elements that exist in this or other, but not both.