How to define a tuple? #1744
Replies: 3 comments 3 replies
|
As a beginner of lua, I once wanted to use tuples too, but I gave up at last, hehe. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hello.
I want to define a type which is a list with a fixed length and fixed types on each index.
I tried several iterations, none of them work as I want. What is the best way?
This is what I tried
All reactions