Utility functions for working with Uint32 (32-bit unsigned integer) branded types. Provides type-safe operations that ensure results remain within the valid range [0, 2^32). All arithmetic operations are clamped to maintain the Uint32 constraint.
Utility functions for working with Uint32 (32-bit unsigned integer) branded types. Provides type-safe operations that ensure results remain within the valid range [0, 2^32). All arithmetic operations are clamped to maintain the Uint32 constraint.