Int128.opBinaryRight

Int128 opBinaryRight(string op, Int)(const Int op2) if ((op == "+" || op == "-" || op == "*" || op == "/" || op == "%" || op == "&" || op == "|" || op == "^") && is(Int : long) && __traits(isIntegral, Int)) const

ditto

Int128 opBinaryRight(string op, IntLike)(auto ref IntLike op2) if ((op == "+" || op == "-" || op == "*" || op == "/" || op == "%" || op == "&" || op == "|" || op == "^") && is(IntLike : long) && !__traits(isIntegral, IntLike)) const

ditto