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
`object_bits <= 0` suggests that `object_bits` could be below zero. This
is not possible because `object_bits` is unsigned. Checking for equal to
zero makes it explicit that we are checking for one specific value.
0 commit comments