Int128.opOpAssign
- Int128 opOpAssign(Int128 op2)
- Int128 opOpAssign(Int op2)
struct Int128
ref
opOpAssign
if (
(op == "+" ||
op == "-"
||
op == "*"
||
op == "/"
||
op == "%"
||
op == "&"
||
op == "|"
||
op == "^"
||
op == "<<"
||
op == ">>"
||
op == ">>>"
) &&
)
std int128 Int128
constructorsfunctionsmanifest constantsvariables
arithmetic assignment operators += -= *= /= %= &= |= ^= <<= >>= >>>=