drm ~master (2021-08-02T12:27:32.8574415)
Dub
Repo
Atomic.store
drm
atomic
Atomic
Store the value to the atomic location
struct
Atomic
(T)
shared
void
store
(
MemoryOrder
mo
=
MemoryOrder.seq
)
(
T
newVal
)
if
(
__traits(
isIntegral
,
T
) ||
isPointer
!
T
)
Meta
Source
See Implementation
drm
atomic
Atomic
aliases
opAssign
constructors
this
functions
cas
casWeak
exchange
fadd
fsub
load
opOpAssign
opUnary
store
Store the value to the atomic location