prunes
0.0.0.1
prunes
/
monster.nor.prunes.utils
/
Quartet
Quartet
data
class
Quartet
<
out
F
,
out
S
,
out
T
,
out
FO
>
(
first
:
F
,
second
:
S
,
third
:
T
,
fourth
:
FO
)
Content copied to clipboard
Functions
Properties
Extensions
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
first
Link copied to clipboard
val
first
:
F
Content copied to clipboard
fourth
Link copied to clipboard
val
fourth
:
FO
Content copied to clipboard
second
Link copied to clipboard
val
second
:
S
Content copied to clipboard
third
Link copied to clipboard
val
third
:
T
Content copied to clipboard
Extensions
to
Link copied to clipboard
infix
fun
<
A
,
B
,
C
,
D
,
E
>
Quartet
<
A
,
B
,
C
,
D
>
.
to
(
that
:
E
)
:
Quintet
<
A
,
B
,
C
,
D
,
E
>
Content copied to clipboard