This Array type should be used instead of Lua default table implementation to account for things like sparse arrays.
The added Array type will only be available via a compilerOption.
If this options is not set, default Lua tables will be used for arrays.
This custom Array will have a rather big runtime performance impact, so it will be optional.
This Array type should be used instead of Lua default table implementation to account for things like sparse arrays.
The added Array type will only be available via a compilerOption.
If this options is not set, default Lua tables will be used for arrays.
This custom Array will have a rather big runtime performance impact, so it will be optional.