xarpeg
Toggle table of contents
5.1.0-dev
common
Platform filter
common
Switch theme
Search in API
xarpeg
xarpeg
/
io.github.mirrgieriana.xarpeg
/
Tuple5
Tuple5
data
class
Tuple5
<
out
A
,
out
B
,
out
C
,
out
D
,
out
E
>
(
val
a
:
A
,
val
b
:
B
,
val
c
:
C
,
val
d
:
D
,
val
e
:
E
)
Members
Constructors
Tuple5
Link copied to clipboard
constructor
(
a
:
A
,
b
:
B
,
c
:
C
,
d
:
D
,
e
:
E
)
Properties
a
Link copied to clipboard
val
a
:
A
b
Link copied to clipboard
val
b
:
B
c
Link copied to clipboard
val
c
:
C
d
Link copied to clipboard
val
d
:
D
e
Link copied to clipboard
val
e
:
E