Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.array
/
VariadicTuple
Variadic
Tuple
sealed
interface
VariadicTuple
:
Tuple
(
source
)
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
?
>
unsafe
Get
Link copied to clipboard
abstract
fun
<
R
:
JsAny
?
>
unsafeGet
(
index
:
Int
)
:
R