Module utils.bit32

Bit operations.

This module implements some of the functions in Lua 5.2’s bit32 module. Since that module isn’t shipped with Lua 5.1 and 5.3, the following module is a portable replacement.

Only a handful of functions are implemented. More may be added if the need arises.

Functions

band(...) Bitwise and.
bor(...) Bitwise or.


Functions

band(...)
Bitwise and.

see Lua’s bit32.band

bor(...)
Bitwise or.

see Lua’s bit32.bor

generated by LDoc 1.4.3 Last updated 2016-08-23 17:29:40