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
Add conversion between other integers type and integer. See is_bounded, min and is_integer.
integer
is_bounded
min
is_integer
The text was updated successfully, but these errors were encountered:
3ab9397 Added from_int, which does this conversion. Not yet tested if the inferred type is correct though. I'll leave this open until then.
from_int
Sorry, something went wrong.
No branches or pull requests
Add conversion between other integers type and
integer
. Seeis_bounded
,min
andis_integer
.The text was updated successfully, but these errors were encountered: