xarpeg
Toggle table of contents
5.1.0-dev
common
Platform filter
common
Switch theme
Search in API
xarpeg
xarpeg
/
io.github.mirrgieriana.xarpeg
/
Tuple3
Tuple3
data
class
Tuple3
<
out
A
,
out
B
,
out
C
>
(
val
a
:
A
,
val
b
:
B
,
val
c
:
C
)
Members
Constructors
Tuple3
Link copied to clipboard
constructor
(
a
:
A
,
b
:
B
,
c
:
C
)
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