Missing Lua Document for bit32 library

Roblox now has the bit32 library from Lua 5.2, but there is no Lua Document page for it:
https://developer.roblox.com/en-us/api-reference/lua-docs

While there is documentation available in Lua’s reference manual, I think it would be useful to document it on the Developer Hub, much like how the other libraries from Lua are documented.

The functions of the library are defined here:
https://www.lua.org/manual/5.2/manual.html#6.7

9 Likes

Ta-da! Let me know if there’s any mistakes.

https://developer.roblox.com/en-us/api-reference/lua-docs/bit32

1 Like

The name and type are mixed up for bit32.replace, but other than that it looks good.
Thanks for taking the time to port it!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.