Closed
Description
Describe the enhancement requested
Right now, we store two int32s and then do a lot of bit math. This is because the code was written before BigInts were common in js.
Component(s)
JavaScript
Right now, we store two int32s and then do a lot of bit math. This is because the code was written before BigInts were common in js.
JavaScript