Skip to main content

Module range

Module range 

Source
Expand description

Numeric range validation rule.

Validates that a numeric value falls within the specified bounds. Works with any type that implements PartialOrd and Display.

Functionsยง

validate_range
Validate that the value is within the specified numeric range.