nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
Atomic.opOpAssign
nulib
threading
atomic
Atomic
Allows performing arithmetic operations on the given values.
struct
Atomic
(T)
@
nogc
ref
auto ref
opOpAssign
(
string
op
Y
)
(
inout
(
Y
)
value
)
if
(
__traits(
isScalar
,
T
) &&
is
(
T
:
Y
)
)
if
(
T.sizeof
<= (
void
*).
sizeof
)
Meta
Source
See Implementation
nulib
threading
atomic
Atomic
constructors
this
functions
opAssign
opOpAssign
properties
value
Allows performing arithmetic operations on the given values.