Duration.opCmp

Compares this Duration with the given Duration.

struct Duration
@safe pure const nothrow @nogc
int
opCmp

Return Value

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

Meta