You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just committed some initial support! For now, only functions as __index are handled and it only resolves __index when using t[x] (not with t.k or t:k). But it should address these "vector-like" use-cases already.
Having a custom __index metamethod:
does not allow me to index my type with integers,
is this intended? It's very much annoying to work around
The text was updated successfully, but these errors were encountered: