MonoTimeImpl.opOpAssign

Adding or subtracting a Duration to/from a MonoTime results in a MonoTime which is adjusted by that amount.

struct MonoTimeImpl(ClockType clockType)
@safe ref pure nothrow @nogc
opOpAssign
(
string op
)
if (
op == "+" ||
op == "-"
)

Meta