toUint32 method

Uint32 toUint32()

Truncating narrow: keeps only the low 32 bits (wrapping, like a Rust as u32 cast).

Implementation

Uint32 toUint32() => Uint32.unsafe(_lo);