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)
    version(LDC)
    @safe @nogc pure nothrow
    ulong
    mulu
    (
    ulong x
    ,
    ulong y
    ,
    ref bool overflow
    )
  2. ulong mulu(ulong x, ulong y, bool overflow)
  3. alias mulu = core.checkedint.mulu

Meta