Type Parameters

  • V

Hierarchy (View Summary)

Implements

Constructors

  • Type Parameters

    • V

    Parameters

    Returns SetView<V>

Accessors

  • get size(): number

    Returns number

    the number of (unique) elements in Set.

Methods

  • Returns IterableIterator<V>

  • Parameters

    • callback: (model: V) => boolean

    Returns undefined | V

  • Returns undefined | V

  • Parameters

    • value: V

    Returns boolean

    a boolean indicating whether an element with the specified value exists in the Set or not.

  • Returns Set<V>

  • Returns IterableIterator<V>