MutableArrayLike

external interface MutableArrayLike<T> : ArrayLike<T> (source)

Inheritors

Properties

Link copied to clipboard
abstract val length: Int

Functions

Link copied to clipboard
fun <T> 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)