JsIteratorLike

interface JsIteratorLike<out T : JsAny?>(source)

Inheritors

Functions

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