BigUint.bitwiseOp

BigUint bitwiseOp(string op)(scope BigUint x, scope BigUint y, bool xSign, bool ySign, ref bool resultSign) if (op == "|" || op == "^" || op == "&") pure nothrow @safe
No documentation available for this declaration.