Expand description
pre-rolled validators for data structures
Functionsยง
- is_
equal - Check that values are equal
- is_
max_ length - Check that a sequence is at most a certain length
- is_
min_ length - Check that a sequence is at least a certain length
- is_
required - Check that an option has a value
- max
- Check that a value is less than a max
- min
- Check that a value is greater than a value
- option_
max - Check that an optional value is either none or less than a value
- option_
min - Check that an optional value is either none or greater than a value