Closed
Description
BigInt.land
, BigInt.lor
, BigInt.xor
, BigInt.lsl
, BigInt.asr
all not found in alpha.10
. Worked in alpha.9
and prior.
let t0 = BigInt.land(1n, 0n)
output:
Type Errors
[E] Line 1, column 9:
The value land can't be found in BigInt
Thank you for filing! Check list:
- Is it a bug? Usage questions should often be asked in the forum instead.
- Concise, focused, friendly issue title & description.
- A minimal, reproducible example.
- OS and browser versions, if relevant.
- Is it already fixed in master? Instructions
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done