ArrayLike

external interface ArrayLike<out 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