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