The OpenD Programming Language

Atomic.this

Initializes the underlying object with desired value. The initialization is not atomic.

  1. this(T val)
    struct Atomic(T)
    pure nothrow @nogc
    this
    (
    T val
    )
  2. this(Atomic rhs)

Parameters

val T

desired value

Meta