-
-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Labels
Description
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.
Reactions are currently unavailable