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