Atomic.fadd

Atomically increment the value

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

Meta