Search
Preparing search index...
The search index is not available
Plan Engine
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
SetConstructor
Interface SetConstructor
Hierarchy
SetConstructor
Index
Constructors
constructor
Properties
__@species
prototype
Constructors
constructor
new
Set
Constructor<T>
(
values
?:
ReadonlyArray
<
T
>
|
null
)
:
Set
<
T
>
new
Set
Constructor<T>
(
iterable
:
Iterable
<
T
>
)
:
Set
<
T
>
Type parameters
T
Parameters
Optional
values:
ReadonlyArray
<
T
>
|
null
Returns
Set
<
T
>
Type parameters
T
Parameters
iterable:
Iterable
<
T
>
Returns
Set
<
T
>
Properties
__@species
__@species
:
SetConstructor
prototype
prototype
:
Set
<
any
>
Globals
Set
Constructor
constructor
__@species
prototype
Generated using
TypeDoc