toggle menu
orgmode
0.3.2
common
switch theme
search in API
orgmode
/
xyz.lepisma.orgmode.core
/
Tuple8
Tuple8
data
class
Tuple8
<
T1
,
T2
,
T3
,
T4
,
T5
,
T6
,
T7
,
T8
>
(
val
first
:
T1
,
val
second
:
T2
,
val
third
:
T3
,
val
fourth
:
T4
,
val
fifth
:
T5
,
val
sixth
:
T6
,
val
seventh
:
T7
,
val
eighth
:
T8
)
Members
Constructors
Tuple8
Link copied to clipboard
constructor
(
first
:
T1
,
second
:
T2
,
third
:
T3
,
fourth
:
T4
,
fifth
:
T5
,
sixth
:
T6
,
seventh
:
T7
,
eighth
:
T8
)
Properties
eighth
Link copied to clipboard
val
eighth
:
T8
fifth
Link copied to clipboard
val
fifth
:
T5
first
Link copied to clipboard
val
first
:
T1
fourth
Link copied to clipboard
val
fourth
:
T4
second
Link copied to clipboard
val
second
:
T2
seventh
Link copied to clipboard
val
seventh
:
T7
sixth
Link copied to clipboard
val
sixth
:
T6
third
Link copied to clipboard
val
third
:
T3