This code provides support for 64-bit signed integers in Lua.
Arithmetic is as defined by the C standard, that is, overflow
is handled by wrap-around.
Versions
Dependencies
lua ~> 5.2
This code provides support for 64-bit signed integers in Lua.
Arithmetic is as defined by the C standard, that is, overflow
is handled by wrap-around.