toInt32 method
Truncating narrow, then reinterpret (wrapping, like a Rust as i32
cast).
Implementation
Int32 toInt32() => Int32.unsafe(_lo.lo);
Truncating narrow, then reinterpret (wrapping, like a Rust as i32
cast).
Int32 toInt32() => Int32.unsafe(_lo.lo);