ArrayLike

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

Inheritors

Properties

Link copied to clipboard
abstract val length: Int

Functions

Link copied to clipboard
fun <T : ERROR CLASS: Symbol not found for JsAny??> ArrayLike<T>.asList(): List<T>
Link copied to clipboard
open operator fun get(index: Int): T