Atomic.store

Store the value to the atomic location

struct Atomic(T)
shared
void
store
(
MemoryOrder mo = MemoryOrder.seq
)
()
if (
__traits(isIntegral, T) ||
isPointer!T
)

Meta