MutableArrayLike

Inheritors

Properties

Link copied to clipboard
abstract val length: Int

Functions

Link copied to clipboard
fun <T : JsAny?> ArrayLike<T>.asList(): List<T>
Link copied to clipboard
open operator fun get(index: Int): T
Link copied to clipboard
open operator fun set(index: Int, value: T)