tableSetMeta method

void tableSetMeta([
  1. int index = -2
])

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);