divrem

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

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

Meta