Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kotlin-js
/
js.array
/
ArrayLike
Array
Like
interface
ArrayLike
<
out
T
:
JsAny
?
>
(
source
)
Inheritors
MutableArrayLike
ListLike
RegExpExecArray
RegExpIndicesArray
RegExpMatchArray
Members
Members & Extensions
Properties
length
Link copied to clipboard
abstract
val
length
:
Int
Functions
as
List
Link copied to clipboard
fun
<
T
:
JsAny
?
>
ArrayLike
<
T
>
.
asList
(
)
:
List
<
T
>
get
Link copied to clipboard
open
operator
fun
get
(
index
:
Int
)
:
T