We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Hi, We have some: https://github.com/rescript-lang/rescript-compiler/blob/master/jscomp/stdlib-406/pervasives.res#L87-L95
Sorry, something went wrong.
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
@cknitt Should we leave it at #6984? I think we'll eventually have to introduce operators with a JS-like syntax.
#7171 and #7172 will be done in v12
cometkim
No branches or pull requests
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: