☰
DDOCs
DRUNTIME
v2.112.1
/
core.time
/
MonoTimeImpl.opCmp
🔍
☾
MonoTimeImpl.opCmp
int opCmp(
MonoTimeImpl
rhs)
const
pure
nothrow
@nogc
Compares this MonoTime with the given MonoTime.
Returns
this < rhs
< 0
this == rhs
0
this > rhs
> 0