avail
2.0.0.alpha14
avail
/
avail.utility
/
Tuple5
Tuple5
data
class
Tuple5
<
T1
,
T2
,
T3
,
T4
,
T5
>
(
val
t1
:
T1
,
val
t2
:
T2
,
val
t3
:
T3
,
val
t4
:
T4
,
val
t5
:
T5
)
Content copied to clipboard
Tuple of length 5.
Constructors
Properties
Constructors
Tuple5
Link copied to clipboard
fun
<
T1
,
T2
,
T3
,
T4
,
T5
>
Tuple5
(
t1
:
T1
,
t2
:
T2
,
t3
:
T3
,
t4
:
T4
,
t5
:
T5
)
Content copied to clipboard
Properties
t1
Link copied to clipboard
val
t1
:
T1
Content copied to clipboard
t2
Link copied to clipboard
val
t2
:
T2
Content copied to clipboard
t3
Link copied to clipboard
val
t3
:
T3
Content copied to clipboard
t4
Link copied to clipboard
val
t4
:
T4
Content copied to clipboard
t5
Link copied to clipboard
val
t5
:
T5
Content copied to clipboard