SetConstructor | typescript
Constructors
constructor
- new SetConstructor(): Set<any>
- new SetConstructor<T>(values?: ReadonlyArray<T>): Set<T>
-
Returns Set<any>
-
Type parameters
Parameters
-
Optional values: ReadonlyArray<T>
Returns Set<T>
Properties
prototype
prototype: Set<any>