The OpenD Programming Language

Atomic.opAssign

Atomically replaces the current value with a desired value.

struct Atomic(T)
pure nothrow @nogc
void
opAssign
(
T val
)

Parameters

val T

desired value

Meta