I think the `shiftLeft` and `shiftRight` functions are equivalent to `<<` and `>>` for integers in JavaScript. Is it possible to do something equivalent to `>>>`? If not, could that be added?
I think the
shiftLeftandshiftRightfunctions are equivalent to<<and>>for integers in JavaScript.Is it possible to do something equivalent to
>>>?If not, could that be added?