Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.array
/
Tuple
Tuple
sealed
interface
Tuple
(
source
)
Inheritors
Tuple1
VariadicTuple
Members
Properties
size
Link copied to clipboard
abstract
val
size
:
Int
Functions
as
Array
Link copied to clipboard
abstract
fun
asArray
(
)
:
ReadonlyArray
<
JsAny
?
>