• Return the intersection of two sets.

    Parameters

    • other: Set<any>

      Some other set to compare against

    Returns Set<any>

    The intersection of both sets