You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analogous to - for negative numbers, we could also support a leading +, which would be ignored. Another thing that would be nice is supporting _ (which also get ignored), akin to normal int literals:
let a = initBigInt("+10_000_000_000")
narimiran, pietroppeter, dlesnoff and juancarlospaco