Documentation
    Preparing search index...

    Type Parameters

    • V

    Hierarchy (View Summary)

    Implements

    Index
    • Type Parameters

      • V

      Parameters

      Returns SetView<V>

    • get size(): number

      Returns number

      the number of (unique) elements in Set.

    • Returns IterableIterator<V>

    • Parameters

      • callback: (model: V) => boolean

      Returns V | undefined

    • Returns V | undefined

    • 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>