Tuple2

sealed interface Tuple2<out A : JsAny?, out B : JsAny?> : Tuple1<A> (source)

Inheritors

Properties

Link copied to clipboard
abstract val size: Int

Functions

Link copied to clipboard
abstract fun asArray(): ReadonlyArray<JsAny?>
Link copied to clipboard
abstract operator fun component1(): A
Link copied to clipboard
abstract operator fun component2(): B