Type-safe increment operation for SmallUint values.
Increments a SmallUint (0-40) by 1 with the result type computed at compile time. This provides type-level arithmetic for small unsigned integers, useful for type-safe counter operations.
A SmallUint literal type (0-40)
The SmallUint value to increment
The incremented value with type Increment
Type-safe increment operation for SmallUint values.
Increments a SmallUint (0-40) by 1 with the result type computed at compile time. This provides type-level arithmetic for small unsigned integers, useful for type-safe counter operations.