toInt128 method
Same-width bit reinterpretation (two's complement) — e.g.
Uint128.max.toInt128() == Int128.minusOne.
Implementation
Int128 toInt128() => Int128.unsafe(this);
Same-width bit reinterpretation (two's complement) — e.g.
Uint128.max.toInt128() == Int128.minusOne.
Int128 toInt128() => Int128.unsafe(this);