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
This is only a design question about the current implementation of checked_pow as a function. Why is it implemented as a function instead of using a trait method as the rest of the checked operations?
I'm implementing a wrapper over these functions, and I want to know if you found some issues that forced you to implement it as a plain function.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
This is only a design question about the current implementation of
checked_pow
as a function. Why is it implemented as a function instead of using a trait method as the rest of the checked operations?I'm implementing a wrapper over these functions, and I want to know if you found some issues that forced you to implement it as a plain function.
Thanks!
The text was updated successfully, but these errors were encountered: