xsub

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

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

Meta