avail
2.0.0.alpha23
jvm
avail
/
avail.utility
/
Tuple10
Tuple10
data
class
Tuple10
<
T1
,
T2
,
T3
,
T4
,
T5
,
T6
,
T7
,
T8
,
T9
,
T10
>
(
val
t1
:
T1
,
val
t2
:
T2
,
val
t3
:
T3
,
val
t4
:
T4
,
val
t5
:
T5
,
val
t6
:
T6
,
val
t7
:
T7
,
val
t8
:
T8
,
val
t9
:
T9
,
val
t10
:
T10
)
Tuple of length 10.
Members
Constructors
Tuple10
Link copied to clipboard
constructor
(
t1
:
T1
,
t2
:
T2
,
t3
:
T3
,
t4
:
T4
,
t5
:
T5
,
t6
:
T6
,
t7
:
T7
,
t8
:
T8
,
t9
:
T9
,
t10
:
T10
)
Properties
t1
Link copied to clipboard
val
t1
:
T1
t10
Link copied to clipboard
val
t10
:
T10
t2
Link copied to clipboard
val
t2
:
T2
t3
Link copied to clipboard
val
t3
:
T3
t4
Link copied to clipboard
val
t4
:
T4
t5
Link copied to clipboard
val
t5
:
T5
t6
Link copied to clipboard
val
t6
:
T6
t7
Link copied to clipboard
val
t7
:
T7
t8
Link copied to clipboard
val
t8
:
T8
t9
Link copied to clipboard
val
t9
:
T9