MonoTimeImpl.opCmp

Compares this MonoTime with the given MonoTime.

struct MonoTimeImpl(ClockType clockType)
@safe const pure nothrow @nogc
int
opCmp

Return Value

Type: int
this < rhs< 0
this == rhs0
this > rhs> 0

Meta