toInt128 method

Int128 toInt128()

Same-width bit reinterpretation (two's complement) — e.g. Uint128.max.toInt128() == Int128.minusOne.

Implementation

Int128 toInt128() => Int128.unsafe(this);