toInt32 method
Same-width bit reinterpretation (two's complement) — e.g.
Uint32.max.toInt32() == Int32.minusOne.
Implementation
Int32 toInt32() => Int32.unsafe(_value);
Same-width bit reinterpretation (two's complement) — e.g.
Uint32.max.toInt32() == Int32.minusOne.
Int32 toInt32() => Int32.unsafe(_value);