Replies: 1 comment
-
Done in #31. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
💡 The idea
For facilitating usages of the
AnyInt
hierarchy, we would like to implement the following binary operations:plus
operation for adding an integer to another oneminus
operation for subtracting an integer from another onetimes
operation for multiplying an integer by another onediv
operation for dividing an integer by another onerem
operation for calculating the remainder of truncating division of an integer by another one.Here’s the function definitions that we would love to implement for the
AnyInt
hierarchy:🙏 Help needed
Please give this post a reaction if you are interested in this feature, or comment it below if you have any suggestion.
We would love to have your feedback!
Beta Was this translation helpful? Give feedback.
All reactions