BigUint.divInt

BigUint divInt(T)(return scope BigUint x, T y_) if ( is(immutable T == immutable uint) ) pure nothrow @safe
No documentation available for this declaration.
BigUint divInt(T)(scope BigUint x, T y) if ( is(immutable T == immutable ulong) ) pure nothrow @safe
No documentation available for this declaration.