Atomic.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T opUnary()
  2. T opUnary()
    struct Atomic(T)
    shared
    T
    opUnary
    (
    string op
    )
    ()
    if (
    op == `--`
    )
    if (
    __traits(isIntegral, T) ||
    isPointer!T
    )
  3. auto ref opUnary()

Meta