dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
MonoTimeImpl.opCmp
core
time
MonoTimeImpl
Compares this MonoTime with the given MonoTime.
struct
MonoTimeImpl
(ClockType clockType)
@
safe
const pure nothrow @
nogc
int
opCmp
(
MonoTimeImpl
rhs
)
Return Value
Type:
int
this < rhs
< 0
this == rhs
0
this > rhs
> 0
Meta
Source
See Implementation
core
time
MonoTimeImpl
functions
opBinary
opCmp
opOpAssign
toString
properties
currTime
max
min
ticks
ticksPerSecond
zero
Compares this MonoTime with the given MonoTime.