Namespace providing type-safe arithmetic operations for safe unsigned
integers.
All operations automatically clamp results to the safe unsigned integer range
[0, MAX_SAFE_INTEGER]. This ensures that all arithmetic maintains both the
non-negative constraint and IEEE 754 precision guarantees, preventing
precision loss while ensuring results are never negative.
Namespace providing type-safe arithmetic operations for safe unsigned integers.
All operations automatically clamp results to the safe unsigned integer range [0, MAX_SAFE_INTEGER]. This ensures that all arithmetic maintains both the non-negative constraint and IEEE 754 precision guarantees, preventing precision loss while ensuring results are never negative.