Hacker News new | ask | show | jobs
by a1369209993 1325 days ago
> >>> is bitwise right shift

Well, they're both bitwise right shifts, the ">>>" is specifically a logical or unsigned right shift.

1 comments

Whoops yes I meant logical.