You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: