Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SetConstructor

Package version

Hierarchy

  • SetConstructor

Index

Constructors

Properties

Constructors

constructor

  • new SetConstructor<T>(values?: keyof T[] | null): Set<T>
  • new SetConstructor<T>(iterable?: Iterable<T> | null): Set<T>
  • Type parameters

    • T

    Parameters

    • Optional values: keyof T[] | null

    Returns Set<T>

  • Type parameters

    • T

    Parameters

    Returns Set<T>

Properties

[Symbol.species]

[Symbol.species]: SetConstructor

prototype

prototype: Set<any>

Generated using TypeDoc