This module reexports functions, schemas and types relating to the Inequality type.
Only two types of inequality strings are allowed:
The inequality string should start with either "<=" or ">=", followed by a positive integer.
Parses an inequality into its sign and number.
The specified inequality.
A pair with the first element as the sign of the inequality and the second element as the number of the inequality.
Generated using TypeDoc
This module reexports functions, schemas and types relating to the Inequality type.
Only two types of inequality strings are allowed:
The inequality string should start with either "<=" or ">=", followed by a positive integer.