Construct an Int128 from a long value. The upper 64 bits are formed by sign extension.
Construct an Int128 from a ulong value. The upper 64 bits are set to zero.
Construct an Int128 from a long value.
Construct an Int128 from a Cent.
Support binary arithmetic operators + - * / % & | ^ << >> >>>
Support casting to a bool
Support casting to an integral type
Support casting to floating point type
support arithmentic comparison operators < <= > >=
Compare for equality
Compare for equality
Compare for equality
arithmetic assignment operators += -= *= /= %= &= |= ^= <<= >>= >>>=
Support unary arithmentic operator +
Support unary arithmentic operator - ~
Support unary arithmentic operator ++ --
Formats Int128 with either %d, %x, %X, or %s (same as %d).
core.int128.Cent
128 bit signed integer type.