Components Interactions Examples Tutorials API FAQ
Options
Menu

Type parameters

  • T

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Set(): Set

Properties

Private _es6Set

_es6Set: any

Private _values

_values: any

size

size: number

Methods

add

  • add(value: T)

delete

  • delete(value: T): boolean

forEach

  • forEach(callback: function, thisArg?: any): void
  • Parameters

    • callback: function
        • (value: T, value2: T, set: Set<T>): void
        • Parameters

          • value: T
          • value2: T
          • set: Set<T>

          Returns void

    • Optional thisArg: any

    Returns void

has

  • has(value: T): boolean

Generated using TypeDoc