mulu

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ulong mulu(ulong x, ulong y, bool overflow)
  2. ulong mulu(ulong x, ulong y, bool overflow)
    version(!LDC)
    @nogc pure nothrow
    static if(isPosix && isGDC && (isAMD64 || isX86))
    ulong
    mulu
    (
    ulong x
    ,
    ulong y
    ,
    ref bool overflow
    )
  3. alias mulu = core.checkedint.mulu

Meta