JsIterable

actual external interface JsIterable<out T : ERROR CLASS: Symbol not found for JsAny??>(source)

MDN Reference

Inheritors

actual external interface JsIterable<out T : ERROR CLASS: Symbol not found for JsAny??> : JsAny(source)

MDN Reference

Inheritors

expect interface JsIterable<out T : ERROR CLASS: Symbol not found for JsAny??> : <ERROR CLASS> ERROR CLASS: Symbol not found for JsAny(source)

MDN Reference

Inheritors

Types

Link copied to clipboard
actual interface Mixin<out T : ERROR CLASS: Symbol not found for JsAny??> : JsIterable<T>
actual interface Mixin<out T : ERROR CLASS: Symbol not found for JsAny??> : JsIterable<T>
expect interface Mixin<out T : ERROR CLASS: Symbol not found for JsAny??> : JsIterable<T>

Functions

Link copied to clipboard
abstract fun [@@iterator](): JsIterator<T>
Link copied to clipboard
fun <T : ERROR CLASS: Symbol not found for JsAny??> JsIterable<T>.[@@iterator](): JsIterator<T>
Link copied to clipboard
operator fun <T : ERROR CLASS: Symbol not found for JsAny??> JsIterable<T>.iterator(): Iterator<T>