kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
Triple
/
Triple
Triple
fun
<
out
A
,
out
B
,
out
C
>
Triple
(
first
:
A
,
second
:
B
,
third
:
C
)
(
source
)
Parameters
A
type of the first value.
B
type of the second value.
C
type of the third value.