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
BigInt.land, BigInt.lor, BigInt.xor, BigInt.lsl, BigInt.asr all not found in alpha.10. Worked in alpha.9 and prior.
BigInt.land
BigInt.lor
BigInt.xor
BigInt.lsl
BigInt.asr
alpha.10
alpha.9
let t0 = BigInt.land(1n, 0n)
output:
Type Errors [E] Line 1, column 9: The value land can't be found in BigInt
Playground
Thank you for filing! Check list:
The text was updated successfully, but these errors were encountered:
These were renamed, see #7353. We probably should have deprecated the old functions instead of removing them. /cc @cometkim
Sorry, something went wrong.
Yes, if we don't provide any compat library or module
No branches or pull requests
BigInt.land
,BigInt.lor
,BigInt.xor
,BigInt.lsl
,BigInt.asr
all not found inalpha.10
. Worked inalpha.9
and prior.output:
Type Errors [E] Line 1, column 9: The value land can't be found in BigInt
Playground
Thank you for filing! Check list:
The text was updated successfully, but these errors were encountered: