BigInt.mul128
private
void mul128(ulong a, ulong b, out ulong hi, out ulong lo) pure nothrow @nogc @safeNo documentation available for this declaration.
private
ulong mul128(ulong u, ulong v, out ulong hi) pure nothrow @nogc @trustedNo documentation available for this declaration.