Understanding Duplicates in Effect TS HashSet

how does the effect ts hashset work? i am getting duplicates in my arbitrary

{
        "_id": "HashSet",
        "values": [
          [
            "82",
            "blah"
          ],
          [
            "82",
            "blah"
          ]
        ]
      }
Was this page helpful?