xmul

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

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

Meta