New operator for BigInt support

Do we need a new operator to introduce bigint support?

Assume we add literal syntax like 1n for bigint values. How about infix operators then?

  1. n suffix: 1n +n 2n
  2. Local open: BitInt.(1n + 2n)

idea?

5 Likes

Late :sweat_smile: but here’s the answer

3 Likes