lua_newtable

Function lua_newtable 

Source
pub fn lua_newtable(l: LuaState)
Expand description

Creates a new empty table and pushes it onto the stack. It is equivalent to lua_createtable(l, 0, 0).