Kotlin Wrappers API Reference
Toggle table of contents
js
wasmJs
web
Target filter
js
wasmJs
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-js
/
js.array
/
toSet
to
Set
js
wasmJs
web
actual
inline
fun
<
T
>
ReadonlyArray
<
T
>
.
toSet
(
)
:
Set
<
T
>
(
source
)
actual
fun
<
T
:
JsAny
?
>
ReadonlyArray
<
T
>
.
toSet
(
)
:
Set
<
T
>
(
source
)
expect
fun
<
T
:
ERROR CLASS: Symbol not found for JsAny?
?
>
ReadonlyArray
<
T
>
.
toSet
(
)
:
Set
<
T
>
(
source
)