Search
Preparing search index...
The search index is not available
typedoc
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
typedoc
TypeScript
ReadonlySet
Interface ReadonlySet<T>
ES6 Set interface, only read methods included.
Type parameters
T
Hierarchy
ReadonlyCollection
<
T
>
ReadonlySet
Set
Index
Properties
size
Methods
entries
for
Each
has
keys
values
Properties
Readonly
size
size
:
number
Methods
entries
entries
(
)
:
Iterator
<
[
T
,
T
]
>
Returns
Iterator
<
[
T
,
T
]
>
for
Each
for
Each
(
action
:
(
value
:
T
, key
:
T
)
=>
void
)
:
void
Parameters
action:
(
value
:
T
, key
:
T
)
=>
void
(
value
:
T
, key
:
T
)
:
void
Parameters
value:
T
key:
T
Returns
void
Returns
void
has
has
(
value
:
T
)
:
boolean
Parameters
value:
T
Returns
boolean
keys
keys
(
)
:
Iterator
<
T
>
Returns
Iterator
<
T
>
values
values
(
)
:
Iterator
<
T
>
Returns
Iterator
<
T
>
Exports
Externals
JSONOutput
Reflection
Kind
Type
Script
Type
Script.
Script
Snapshot
Type
Script.server
Readonly
Set
size
entries
for
Each
has
keys
values
Generated using
TypeDoc
ES6 Set interface, only read methods included.