-
I want to create array of tables, but from what i see, each table in that array contains additional information about its parameters (I got additional 40% gain in total output size). But struct types do not allow me to maintain contained data. Can i create a struct like type that will have support for more fields like table? |
Beta Was this translation helpful? Give feedback.
Answered by
aardappel
Sep 8, 2021
Replies: 1 comment
-
No, there are only tables and structs. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kodpact
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, there are only tables and structs.