Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.iterable
/
JsIterator
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
from
Link copied to clipboard
fun
<
T
:
JsAny
?
>
from
(
source
:
JsIterable
<
T
>
)
:
JsIterator
<
T
>
fun
<
T
:
JsAny
?
>
from
(
source
:
JsIteratorLike
<
T
>
)
:
JsIterator
<
T
>