Atomic.opOpAssign

Allows performing arithmetic operations on the given values.

struct Atomic(T)
@nogc ref
opOpAssign
(
string op
Y
)
(
inout(Y) value
)
if (
__traits(isScalar, T) &&
is(T : Y)
)
if (
T.sizeof <= (void*).sizeof
)

Meta