jty
    Preparing search index...

    Function isSameSet

    • Checks if two Set objects are the same.

      Type Parameters

      • T

      Parameters

      • x: unknown

        The first value to compare.

      • ref: Set<T>

        The reference Set.

      Returns x is Set<T>

      true if the sets are the same, false otherwise.

      if ref is not a Set.