Lookup a value in this table or in a sub-table of this table.
type of value
list of keys, where all keys but the last one should result in a table
t[k] where t is the table for the second-to-last parameter, and k is the last parameter
auto execute = lua.get!LuaFunction("os", "execute"); execute(`echo hello, world!`);
See Implementation
Lookup a value in this table or in a sub-table of this table.