xadd

Undocumented in source. Be warned that the author may not have intended to support it.

  1. uint xadd(uint x, uint y)
  2. uint xadd(ulong x, ulong y)
    package @safe pure nothrow @nogc
    uint
    xadd
    (
    ref ulong x
    ,
    const ulong y
    )
  3. uint xadd(ulong x, uint y)
  4. uint xadd(T x, T y)
  5. uint xadd(T x, U y)

Meta