tableSetMeta method
Pops a table from the stack and sets it as the metatable for
the value at index
Implementation
void tableSetMeta([int index = -2]) => lua_setmetatable(L, index);
Pops a table from the stack and sets it as the metatable for
the value at index
void tableSetMeta([int index = -2]) => lua_setmetatable(L, index);