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
Many hashtable functions return 1 or 0 as an int. This was done before we started allowing bool. We should probably change them all to bool. (A separate PR at some point.)