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)
  4. uint xsub(T x, T y)
    package @safe pure nothrow @nogc
    uint
    xsub
    (
    T
    )
    (
    ref T x
    ,
    auto const ref T y
    )
  5. uint xsub(T x, U y)

Meta