Calls to functions with this type are translated to table[key] ~= nil. For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions
table[key] ~= nil
The type to access as a Lua table.
The type of the key to use to access the table.
Generated using TypeDoc
Calls to functions with this type are translated to
table[key] ~= nil
. For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions