We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new is.GreaterThanEqual(5)
is technically the same thing as:
new is.Or([ new is.GreaterThan(5), new is.In([5]) )
I'm not sure what simplifications exist due to this understanding, but I'm betting there are many.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
is technically the same thing as:
I'm not sure what simplifications exist due to this understanding, but I'm betting there are many.
The text was updated successfully, but these errors were encountered: