Duration.opCmp

Compares this Duration with the given Duration.

struct Duration
@safe pure
int
opCmp
const nothrow @nogc

Return Value

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