Type-safe decrement operation for positive SmallInt values.
Decrements a positive SmallInt (1-40) by 1 with the result type computed at
compile time. This provides type-level arithmetic for small positive
integers, useful for type-safe countdown operations.
Type-safe decrement operation for positive SmallInt values.
Decrements a positive SmallInt (1-40) by 1 with the result type computed at compile time. This provides type-level arithmetic for small positive integers, useful for type-safe countdown operations.