newTable method

void newTable()

Pushes a new, empty table to the stack.

Implementation

void newTable() => lua_newtable(L);