Why does luaj not support the LONG type! #111
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For example, I use Long type in most of kotlin, but LuaTable. set in LUAJ has no Long method, only Int type. Int type has no long range. My current solution is to transfer Long type to String and pass it to LUA