krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
wasi-preview3
/
uk.shusek.krwa.wasi.preview3
/
WasiInstant
Wasi
Instant
data
class
WasiInstant
(
val
epochSeconds
:
Long
,
val
nanoseconds
:
Int
=
0
)
Members
Constructors
Wasi
Instant
Link copied to clipboard
constructor
(
epochSeconds
:
Long
,
nanoseconds
:
Int
=
0
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
epoch
Seconds
Link copied to clipboard
val
epochSeconds
:
Long
nanoseconds
Link copied to clipboard
val
nanoseconds
:
Int
Functions
to
Kotlin
Instant
Link copied to clipboard
fun
toKotlinInstant
(
)
:
Instant