-
Notifications
You must be signed in to change notification settings - Fork 470
RFC: Bitwise module in belt #5176
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
Comments
Bit wise operations mostly operate on int, shall we add it inside Belt.Int? |
That's also a good place. do you think it should be better to put them inside a submodule ( |
I would like to have a flat structure: it is good for future docs generation, nested submodules have perf cost |
Hi, adding bitwise operations into Belt.Int is welcome. We also welcome to move some float operations in Pervasives into Belt.Float |
The old operators inherited from ocaml are less accessible and somehow hidden from user and the names are not descriptive IMO.
Should we have a lightweight
Belt.Bitwise
?The text was updated successfully, but these errors were encountered: