Specify key type for index[] operators
Posted: Sun Nov 26, 2023 12:31 am
The runtime classes with index[] operators currently only specify the values returned by that operator, not the key types to use with it. LuaLS tags require a key type for these as well, which i'm currently filling in with special cases.