Skip to content
New issue

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

Missing signed int conversions #1855

Closed
chipshort opened this issue Sep 1, 2023 · 0 comments · Fixed by #1861
Closed

Missing signed int conversions #1855

chipshort opened this issue Sep 1, 2023 · 0 comments · Fixed by #1861

Comments

@chipshort
Copy link
Collaborator

There are still some conversions between signed ints that we haven't implemented yet.
What we are missing is: Int64 -> Int512, Int128 -> Int512, Int256 -> Int512
Also TryFrom impls in the other direction would be nice (those are missing completely for signed ints atm).

TryFrom impls for signed to unsigned and the other way around could also be implemented, but not sure if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant