MonoTimeImpl.opCmp

Compares this MonoTime with the given MonoTime.

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

Return Value

Type: int
this < rhs< 0
this == rhs0
this > rhs> 0
Suggestion Box / Bug Report