atomicLoadElem

Atomically loads an array element in the value of rhs.

  1. auto atomicLoadElem(R rhs)
    static pragma(inline)
    atomicLoadElem
    (
    size_t ELEM
    R
    )
    (
    ref shared R rhs
    )
  2. auto atomicLoadElem(R rhs)
  3. auto atomicLoadElem(R rhs, L lhs)
  4. auto atomicLoadElem(R rhs, L lhs)

Meta