SOUNDIO_ATOMIC_FETCH_ADD

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto SOUNDIO_ATOMIC_FETCH_ADD(T x, long count)
    version(LDC)
    extern (C) @nogc nothrow __gshared
    SOUNDIO_ATOMIC_FETCH_ADD
    (
    T
    )
    (
    ref T x
    ,
    long count
    )
  2. alias SOUNDIO_ATOMIC_FETCH_ADD = atomicFetchAdd

Meta