Atomic.this

Constructs a new atomic value.

struct Atomic(T)
@nogc
this
()
if (
T.sizeof <= (void*).sizeof
)

Meta