Constructors
constructor
- new SetConstructor<T>(values?: keyof T[] | null): Set<T>
- new SetConstructor<T>(iterable?: Iterable<T> | null): Set<T>
-
Type parameters
Parameters
-
Optional values: keyof T[] | null
Returns Set<T>
-
Type parameters
Parameters
Returns Set<T>
Properties
[Symbol.species]
prototype