Atomic.value

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T value [@property getter]
  2. T value [@property setter]
    struct Atomic(T)
    @nogc @property
    void
    value
    ()
    if (
    T.sizeof <= (void*).sizeof
    )

Meta