Documentation
    Preparing search index...

    Type Parameters

    • T

    Implements

    Index

    Constructors

    Properties

    "[toStringTag]": "HashSet"

    Accessors

    Methods

    • Executes a provided function once per each value in the Set object, in insertion order.

      Parameters

      • callbackfn: (value: T, value2: T, set: Set<T>) => void
      • OptionalthisArg: unknown

      Returns void