toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-js
/
js.collections
/
WeakSet
Weak
Set
open
external
class
WeakSet
<
in
T
>
(
values
:
ReadonlyArray
<
T
>
?
=
definedExternally
)
(
source
)
Members
Constructors
Weak
Set
Link copied to clipboard
constructor
(
values
:
ReadonlyArray
<
T
>
?
=
definedExternally
)
Functions
add
Link copied to clipboard
fun
add
(
value
:
T
)
:
WeakSet
<
T
>
delete
Link copied to clipboard
fun
delete
(
value
:
T
)
:
Boolean
has
Link copied to clipboard
fun
has
(
key
:
T
)
:
Boolean