JsIterable

external interface JsIterable<out T>(source)

Inheritors

Functions

Link copied to clipboard
open operator fun get(key: Symbol.iterator): () -> JsIterator<T>
Link copied to clipboard
open inline operator fun iterator(): Iterator<T>