Constraint specifying which integers to include:
'' : All integers in [-MaxIndex, MaxIndex - 1]'!=0' : All integers except 0'<0' : Negative integers only [-MaxIndex, -1]'<=0' : Non-positive integers [-MaxIndex, 0]'>0' : Positive integers only [1, MaxIndex - 1]'>=0' : Non-negative integers [0, MaxIndex - 1]Maximum absolute value for the range (default: 40)
Union type of small integer literals for type-level operations. Provides literal integer types within a small range for precise typing.