Function lua_createtable

Source
pub unsafe extern "C-unwind" fn lua_createtable(
    L: *mut lua_State,
    narr: c_int,
    nrec: c_int,
)
Expand description

Creates a new table of the given size and pushes it onto the stack.