Duration.opUnary

Returns the negation of this Duration.

struct Duration
@safe pure
opUnary
const nothrow @nogc
(
string op
)
()
if (
op == "-"
)
Suggestion Box / Bug Report