-
Notifications
You must be signed in to change notification settings - Fork 453
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
Bitwise operators #7009
Comments
Thank you very much. There I think pervasives is not documented anywhere on the rescript page, am I right? Can't find them in API ref. |
That's deliberate, Pervasives will be removed so the bitwise functions from there should probably just go to https://rescript-lang.org/docs/manual/latest/api/core/int |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rescript lacks support for bitwise operators: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators#binary_bitwise_operators
I found: #5176 marked as completed
But I don't see anything in the docs or the source code
The text was updated successfully, but these errors were encountered: