BigUint divInt(T)(return scope BigUint x, T y_) if ( is(immutable T == immutable uint) )
BigUint divInt(T)(scope BigUint x, T y) if ( is(immutable T == immutable ulong) )