Set a key-value pair this table or in a sub-table of this table.
value to set
list of keys, where all keys but the last one should result in a table
t[k] = value, where t is the table for the second-to-last parameter in args, and k is the last parameter in args
lua["string", "empty"] = (in char[] s){ return s.length == 0; }; lua.doString(`assert(string.empty(""))`);
See Implementation
Set a key-value pair this table or in a sub-table of this table.