TC39 General
2021-10-11
plaintext logs
prev
next
JavaScript is required to load the channel index, but you can go to
the static index
directly.
error
13:57
<
nicolo-ribaudo
>
Does anyone know why
BigInt.asIntN
is a static method?
BigInt.asIntN(8, 1234n)
and not
1234n.asIntN(8)