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
it is useful to have a method that splits a uint but this method is not yet available in the implementation.
Describe the solution you'd like
It would therefore be appropriate to implement a method that splits a uint into two equal parts with high and low, based on the model of what is done here
Is your feature request related to a problem? Please describe.
In situations like:
it is useful to have a method that splits a uint but this method is not yet available in the implementation.
Describe the solution you'd like
It would therefore be appropriate to implement a method that splits a uint into two equal parts with high and low, based on the model of what is done here
uint/src/algorithms/mod.rs
Lines 37 to 39 in 41c45f8
This would allow for example to split a U256 into a high part and a low part.
The text was updated successfully, but these errors were encountered: