Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.collections
/
WeakSet
Weak
Set
open
class
WeakSet
<
in
T
:
JsAny
?
>
(
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