Description
A Lua 5.2 library for bit manipulation, letting programs work with flags, masks, and binary values in a predictable way.
It is low-level scripting infrastructure. Developers use it when Lua code needs operations that treat numbers as groups of individual bits, such as protocol fields or compact settings.