Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SetConstructor

Index

Constructors

Properties

Constructors

constructor

  • new SetConstructor(): Set<any>
  • new SetConstructor<T>(values?: ReadonlyArray<T>): Set<T>
  • Returns Set<any>

  • Type parameters

    • T

    Parameters

    • Optional values: ReadonlyArray<T>

    Returns Set<T>

Properties

prototype

prototype: Set<any>

Generated using TypeDoc