Duration.opUnary

Returns the negation of this Duration.

struct Duration
@safe pure const nothrow @nogc
opUnary
(
string op
)
()
if (
op == "-"
)

Meta