Do lua sequence values before index 1 use more memory?
I’ve read you can start an “array” at any index in Lua, but “ipairs” seems to only work if it starts at 0.
I’ve read you can start an “array” at any index in Lua, but “ipairs” seems to only work if it starts at 0.