toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.time
/
TimedResult
Timed
Result
data
class
TimedResult
<
T
>
(
val
result
:
T
,
val
time
:
TimeSpan
)
Represents a
result
associated to a
time
.
Members
Constructors
Timed
Result
Link copied to clipboard
constructor
(
result
:
T
,
time
:
TimeSpan
)
Properties
result
Link copied to clipboard
val
result
:
T
time
Link copied to clipboard
val
time
:
TimeSpan