-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add bindings for adjacent fix-width numerical conversions and flesh out docs #585
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is very nice! Also a big amount of work.
Thank you for the review @luc-blaeser |
Yes, nice work! It's merged already but there's small typo in all the toText explanations. "Textual representation" -> "Textual representations". Also the reference to the original underscore syntax is because Motoko accepts underscores as thousand separators in literal (not commas). Probably not worth fixing. |
Expose these: dfinity/motoko#4139
Converting to adjacent fix-width types for:
Int8
Int16
Int32
Int64
Nat8
Nat16
Nat32
Nat64
And fleshing out the documentation for these modules to be up to standard with the
Nat
andInt
modules.