Skip to content

Logical ops not found in BigInt #7366

Closed
@dsiu

Description

@dsiu

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

Playground

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
No labels

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions