kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
Triple
/
toString
to
String
open
override
fun
toString
(
)
:
String
(
source
)
Returns string representation of the
Triple
including its
first
,
second
and
third
values.