Function setmetatable

Source
pub unsafe extern "C" fn setmetatable(
    state: lua_State,
    index: i32,
) -> i32
Expand description

Pops a table from the stack and sets it as the new metatable for the value at the given acceptable index.