toUint32 method
Truncating narrow: keeps only the low 32 bits (wrapping, like a
Rust as u32 cast).
Implementation
Uint32 toUint32() => Uint32.unsafe(_lo);
Truncating narrow: keeps only the low 32 bits (wrapping, like a
Rust as u32 cast).
Uint32 toUint32() => Uint32.unsafe(_lo);