openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-utils
/
org.openrndr.utils.tuples
/
Sextuple
Sextuple
@
JvmRecord
data
class
Sextuple
<
out
A
,
out
B
,
out
C
,
out
D
,
out
E
,
out
F
>
(
val
first
:
A
,
val
second
:
B
,
val
third
:
C
,
val
fourth
:
D
,
val
fifth
:
E
,
val
sixth
:
F
)
(
source
)
Members
Constructors
Sextuple
Link copied to clipboard
constructor
(
first
:
A
,
second
:
B
,
third
:
C
,
fourth
:
D
,
fifth
:
E
,
sixth
:
F
)
Properties
fifth
Link copied to clipboard
val
fifth
:
E
first
Link copied to clipboard
val
first
:
A
fourth
Link copied to clipboard
val
fourth
:
D
second
Link copied to clipboard
val
second
:
B
sixth
Link copied to clipboard
val
sixth
:
F
third
Link copied to clipboard
val
third
:
C
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String