Range Constraint
A constraint that checks whether a value fits the ranged described by expressions such as int32 value = 5 [(range) = "[3..5)]
, describing a value that is at least 3 and less than 5.
A constraint that checks whether a value fits the ranged described by expressions such as int32 value = 5 [(range) = "[3..5)]
, describing a value that is at least 3 and less than 5.