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
Currently only bit.band is needed.
For LuaJIT: use builtin bit.band
For Lua 5.1, 5.2: use bit.band from luabitop if available
For Lua 5.3, 5.4: use builtin & operator
0 commit comments