Namespace providing type-safe arithmetic operations for 16-bit non-zero
unsigned integers.
All operations automatically clamp results to the valid NonZeroUint16 range
[1, 65535]. This ensures that all arithmetic maintains the 16-bit non-zero
unsigned integer constraint, with results below 1 clamped to MIN_VALUE and
overflow results clamped to MAX_VALUE.
Namespace providing type-safe arithmetic operations for 16-bit non-zero unsigned integers.
All operations automatically clamp results to the valid NonZeroUint16 range [1, 65535]. This ensures that all arithmetic maintains the 16-bit non-zero unsigned integer constraint, with results below 1 clamped to MIN_VALUE and overflow results clamped to MAX_VALUE.