toInt32 method
Truncating narrow, then reinterpret (wrapping, like a Rust as i32
cast). Same value as the toI32 getter, kept for naming consistency
with the other toIntNN/toUintNN converters.
Implementation
Int32 toInt32() => Int32.unsafe(_bits.lo);