Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.array
/
Tuple1
Tuple1
sealed
interface
Tuple1
<
out
A
:
JsAny
?
>
:
Tuple
(
source
)
Inheritors
Tuple2
Members
Members & Extensions
Properties
size
Link copied to clipboard
abstract
val
size
:
Int
Functions
as
Array
Link copied to clipboard
inline
fun
Tuple
.
asArray
(
)
:
ReadonlyArray
<
JsAny
?
>
component1
Link copied to clipboard
inline operator
fun
<
A
:
JsAny
?
>
Tuple1
<
A
>
.
component1
(
)
:
A
unsafe
Get
Link copied to clipboard
abstract
fun
<
R
:
JsAny
?
>
unsafeGet
(
index
:
Int
)
:
R