• Return the difference of two sets.

    Parameters

    • other: Set<any>

      Some other set to compare against

    Returns Set<any>

    The difference defined as objects in this which are not present in other