Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.collections
/
ReadonlySetLike
Readonly
Set
Like
interface
ReadonlySetLike
<
out
T
:
JsAny
?
>
(
source
)
Inheritors
ReadonlyMap
ReadonlySet
Members
Properties
size
Link copied to clipboard
abstract
val
size
:
Int
Functions
has
Link copied to clipboard
abstract
fun
has
(
key
:
@
UnsafeVariance
T
)
:
Boolean
keys
Link copied to clipboard
abstract
fun
keys
(
)
:
JsIterator
<
T
>