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
Properties
size
Link copied to clipboard
abstract
val
size
:
Int
Functions
as
Array
Link copied to clipboard
abstract
fun
asArray
(
)
:
ReadonlyArray
<
JsAny
?
>
component1
Link copied to clipboard
abstract
operator
fun
component1
(
)
:
A