Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.iterable
/
JsIteratorLike
Js
Iterator
Like
interface
JsIteratorLike
<
out
T
:
JsAny
?
>
(
source
)
Inheritors
JsIterator
Members
Functions
next
Link copied to clipboard
abstract
fun
next
(
)
:
IteratorResult
<
T
,
*
>