JsIteratorLike

external interface JsIteratorLike<out T>(source)

Inheritors

Functions

Link copied to clipboard
abstract fun next(): IteratorResult<T, *>