Differences between lua 5.2 and 5.3 table libraries -
in official lua 5.3 documentation in multiple places talks changes made ipairs , table standard library made in order make them "respect metamethods," not find reference specific changes or find code samples illustrating these differences. if knows of resources detailing differences between versions extremely helpful.
links:
https://www.lua.org/manual/5.3/manual.html#8 https://www.lua.org/manual/5.3/readme.html#changes
if remember correctly respect __len
, __index
, , __newindex
. __ipairs
no longer supported.
this may not complete list, has been while since worked 5.2 much...
Comments
Post a Comment