Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-js
/
js.collections
/
ReadonlySetLike
/
Mixin
Mixin
web
@
SubclassOptInRequired
(
markerClass
=
[
InternalApi::class
]
)
interface
Mixin
<
out
T
:
ERROR CLASS: Symbol not found for JsAny?
?
>
:
ReadonlySetLike
<
T
>
(
source
)
Inheritors
Mixin
Mixin
Members
Properties
size
Link copied to clipboard
web
open
override
val
size
:
Int
Functions
has
Link copied to clipboard
web
open
override
fun
has
(
key
:
T
)
:
Boolean
keys
Link copied to clipboard
web
open
override
fun
keys
(
)
:
JsIterator
<
T
>